static/URLconfig.js
@@ -1,10 +1,10 @@ const URLconfig = { // origin: 'http://192.168.11.203:8090', origin: window.location.origin, // routerBase: 'sso',//项目子目录 routerBase: 'sso',//项目子目录 loginUrl: '/login',//登录页路径 indexUrl: '/sso/index',//首页地址 adminUrl: '/sys/system/user',//后台管理系统路径 adminUrl: '/sys/user/profile',//后台管理系统路径 apiUrl: '/prod-api/',//接口地址 } export default URLconfig;