jqh 5 年之前
父節點
當前提交
b867176ff2
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 0 1
      resources/assets/dcat/js/extensions/Toastr.js
  2. 1 1
      src/Console/Development/LinkCommand.php

+ 0 - 1
resources/assets/dcat/js/extensions/Toastr.js

@@ -7,7 +7,6 @@ export default class Toastr {
         Dcat.error = _this.error;
         Dcat.info = _this.info;
         Dcat.warning = _this.warning;
-        Dcat.confirm = _this.confirm;
     }
 
     success(message, title, options) {

+ 1 - 1
src/Console/Development/LinkCommand.php

@@ -75,7 +75,7 @@ class LinkCommand extends Command
             return;
         }
 
-        $distPath = realpath(__DIR__ . '/../../../resources/dist');
+        $distPath = realpath(__DIR__ . '/../../../resources/pre-dist');
 
         $files->link(
             $distPath, $publicPath