Browse Source

H5:获取用户信息加loading

panyong 3 years ago
parent
commit
dba96204a1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      htmldev/dashboard/src/views/mine/api/api.js

+ 2 - 1
htmldev/dashboard/src/views/mine/api/api.js

@@ -5,7 +5,8 @@ import request from '@/api/request'
  */
 export const apiUserDetail = () => request({
   method: 'GET',
-  url: '/api/v1/user/detail'
+  url: '/api/v1/user/detail',
+  showLoading: true
 })
 
 /**