diff --git a/client_mp/common/http.interceptor.js b/client_mp/common/http.interceptor.js index f9ef57a..354eeb2 100644 --- a/client_mp/common/http.interceptor.js +++ b/client_mp/common/http.interceptor.js @@ -11,7 +11,7 @@ const install = (Vue, vm) => { // header: { // 'content-type': 'xxx' // } - showLoading: false, + showLoading: true, loadingText: '请求中..', originalData: true, loadingTime: 800, diff --git a/client_mp/pages/home/home.vue b/client_mp/pages/home/home.vue index b03ef4c..5484f29 100644 --- a/client_mp/pages/home/home.vue +++ b/client_mp/pages/home/home.vue @@ -1,7 +1,8 @@