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',
       }).done(function (res) {
         _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++) {
 
           //栏目处理