@@ -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"), |
@@ -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: { |