Browse Source

用户手机号修改

master
huminghao 23 hours ago
parent
commit
bc61e1c82b
2 changed files with 4 additions and 4 deletions
  1. 1
    1
      src/router/routerData/system.js
  2. 3
    3
      src/utils/baseService.ts

+ 1
- 1
src/router/routerData/system.js View File

@@ -34,7 +34,7 @@ export const systemConfig = [
},
{
path: "/views/system/userMobileManage",
name: "userManage",
name: "userMobileManage",
meta: { title: "用户手机号修改管理", isAuth: true }, //用户自定内容
components: {
key: () => import("@/views/system/userMobileManage/index.vue"),

+ 3
- 3
src/utils/baseService.ts View File

@@ -132,11 +132,11 @@ export default {
}
// hasPathInArray(paths, url) ? : url /newDev
// 连本地用的
// if(url.startsWith('/managew')){
// console.log('===>managew本地')
// if(url.startsWith('/userw')){
// console.log('===>userw')
// return httpN({
//
// url: 'http://localhost:8073' + url,
// url: 'http://localhost:9083' + url,
// method: 'post',
// timeout: 60000,
// headers: {

Loading…
Cancel
Save