1
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-05-20 16:14:40 +08:00
parent ee2e33405c
commit 6a0a5f4724
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ NODE_ENV = 'prod'
VUE_APP_BASE_PATH = '/' VUE_APP_BASE_PATH = '/'
# onlyoffice地址 # onlyoffice地址
VUE_APP_ONLYOFFICE_URL = "https://onlyoffice.test.extimaging.com" VUE_APP_ONLYOFFICE_URL = "https://office.extimaging.com"
# 是否开启登陆限制 true:是 false:否 # 是否开启登陆限制 true:是 false:否
VUE_APP_LOGIN_FOR_PERMISSION = true VUE_APP_LOGIN_FOR_PERMISSION = true

View File

@ -4,7 +4,7 @@ NODE_ENV = 'production'
# base public path # base public path
VUE_APP_BASE_PATH = '/' VUE_APP_BASE_PATH = '/'
# onlyoffice地址 # onlyoffice地址
VUE_APP_ONLYOFFICE_URL = "https://onlyoffice.test.extimaging.com" VUE_APP_ONLYOFFICE_URL = "https://office.extimaging.com"
VUE_APP_IS_TEST = true VUE_APP_IS_TEST = true