Explorar el Código

用户手机号修改

master
huminghao hace 21 horas
padre
commit
bc61e1c82b
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 1
    1
      src/router/routerData/system.js
  2. 3
    3
      src/utils/baseService.ts

+ 1
- 1
src/router/routerData/system.js Ver fichero

@@ -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 Ver fichero

@@ -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: {

Cargando…
Cancelar
Guardar