mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-21 23:59:22 +00:00
[fix]用户升级
This commit is contained in:
@@ -3,7 +3,7 @@ ENV = 'development'
|
||||
|
||||
# base api
|
||||
VUE_APP_BASE_API = '/rpc'
|
||||
PUBLIC_PATH = '/ui'
|
||||
VUE_APP_PUBLIC_PATH = '/ui'
|
||||
|
||||
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
||||
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
||||
@@ -15,5 +15,5 @@ PUBLIC_PATH = '/ui'
|
||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||
|
||||
# External auth
|
||||
LOGIN_PATH = '/core/auth/login/'
|
||||
LOGOUT_PATH = '/core/auth/logout/'
|
||||
VUE_APP_LOGIN_PATH = '/core/auth/login/'
|
||||
VUE_APP_LOGOUT_PATH = '/core/auth/logout/'
|
||||
|
Reference in New Issue
Block a user