|
@@ -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++) {
|
|
|
|
|
|
//栏目处理
|