[Update] 添加用户首次登录页面重定向判断逻辑

This commit is contained in:
Bai
2020-06-03 19:56:46 +08:00
parent 486f7e2675
commit 4516f450fe
3 changed files with 14 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
ENV = 'development'
# base api
VUE_APP_BASE_API = '/rpc'
VUE_APP_BASE_API = ''
VUE_APP_PUBLIC_PATH = '/ui/'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,