国际化修改
parent
45c50bf67d
commit
99e6f700c3
2
.env.usa
2
.env.usa
|
@ -2,7 +2,7 @@
|
||||||
ENV = 'usa'
|
ENV = 'usa'
|
||||||
NODE_ENV = 'usa'
|
NODE_ENV = 'usa'
|
||||||
# base public path
|
# base public path
|
||||||
VUE_APP_BASE_PATH = 'https://ei-med-s3-uat-code.s3.amazonaws.com/2024-09-05/'
|
VUE_APP_BASE_PATH = 'https://ei-med-s3-uat-code.s3.amazonaws.com/2024-09-14/'
|
||||||
|
|
||||||
# 是否开启登陆限制 true:是 false:否
|
# 是否开启登陆限制 true:是 false:否
|
||||||
VUE_APP_LOGIN_FOR_PERMISSION = true
|
VUE_APP_LOGIN_FOR_PERMISSION = true
|
||||||
|
|
|
@ -387,7 +387,7 @@ export default {
|
||||||
"trials:dicomCfg:form:Port"
|
"trials:dicomCfg:form:Port"
|
||||||
)}: ${this.form.Port}\n${this.$t(
|
)}: ${this.form.Port}\n${this.$t(
|
||||||
"trials:dicomCfg:form:Description"
|
"trials:dicomCfg:form:Description"
|
||||||
)}: ${this.$t("trials:dicomCfg:Description:message")}`
|
)}: ${this.$t("trials:dicomCfg:Description:message2")}`
|
||||||
)
|
)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
// 复制成功
|
// 复制成功
|
||||||
|
|
Loading…
Reference in New Issue