ming 1 年之前
父节点
当前提交
524d7be2e8
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      assets/js/commonVue.js

+ 2 - 1
assets/js/commonVue.js

@@ -92,7 +92,8 @@ var app = new Vue({
         url: window.FQDN2 + 'siteCategory/siteCategoryList',
         url: window.FQDN2 + 'siteCategory/siteCategoryList',
       }).done(function (res) {
       }).done(function (res) {
         _this.columnList = res.data;
         _this.columnList = res.data;
-        _this.currentPath = window.location.pathname
+        _this.currentPath = window.location.pathname;
+        _this.loading = false;
         for (let i = 0; i < res.data.length; i++) {
         for (let i = 0; i < res.data.length; i++) {
 
 
           //栏目处理        
           //栏目处理