生产修改配置

master
xce 2026-01-15 03:19:17 +08:00
parent 6c84207582
commit e080e20503
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@ ENV = 'development'
VUE_APP_BASE_API = '/dev-api'
#后端路径
VUE_APP_URL = 'http://localhost:8088'
VUE_APP_URL = 'https://api.xiaoces.com'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

View File

@ -18,7 +18,6 @@ const isWhiteList = (path) => {
router.beforeEach((to, from, next) => {
NProgress.start()
if (getToken()) {
debugger;
to.meta.title && store.dispatch('settings/setTitle', to.meta.title)
/* has token*/
if (to.path === '/login') {