From 362b39a1a81a866787f5c4d5ae74752a409c2bca Mon Sep 17 00:00:00 2001 From: clay <20932067@zju.edu.cn> Date: Fri, 9 Sep 2022 00:38:57 +0800 Subject: [PATCH] clay commit : info --- ebts-ui/.env.development | 3 ++- ebts-ui/public/index.html | 2 +- ebts-ui/src/permission.js | 7 +++---- ebts-ui/src/views/system/user/profile/userInfo.vue | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ebts-ui/.env.development b/ebts-ui/.env.development index 098b29a..5258357 100644 --- a/ebts-ui/.env.development +++ b/ebts-ui/.env.development @@ -3,7 +3,8 @@ ENV = 'development' # EBTS/开发环境 #VUE_APP_BASE_API = '/dev-api' -VUE_APP_BASE_API = 'http://192.168.190.67/dev-api' +#VUE_APP_BASE_API = 'http://192.168.190.67/dev-api' +VUE_APP_BASE_API = 'http://127.0.0.1:8085/dev-api' #VUE_APP_BASE_API = 'http://sistapi.hchyun.cn/dev-api' # 路由懒加载 diff --git a/ebts-ui/public/index.html b/ebts-ui/public/index.html index cb08685..24c7e86 100644 --- a/ebts-ui/public/index.html +++ b/ebts-ui/public/index.html @@ -5,7 +5,7 @@ - + 西南交大信息学院官网后台管理系统