环境配置
This commit is contained in:
parent
320c54c998
commit
8367b54f7f
@ -1,5 +1,5 @@
|
||||
|
||||
VITE_APP_API_URL = 'http://127.0.0.1:7001/api'
|
||||
VITE_APP_API_URL = 'https://dev-case.igandan.com/api'
|
||||
|
||||
VITE_APP_FILE_HOST = 'https://medical-case.oss-cn-beijing.aliyuncs.com'
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
VITE_APP_API_URL = 'https://case.igandan.com/api'
|
||||
VITE_APP_API_URL = 'https://prod-case.igandan.com/api'
|
||||
|
||||
VITE_APP_FILE_HOST = 'https://medical-case.oss-cn-beijing.aliyuncs.com'
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
|
||||
VITE_APP_API_URL = 'http://127.0.0.1:1024/api'
|
||||
VITE_APP_API_URL = 'https://dev-case.igandan.com/api'
|
||||
|
||||
VITE_APP_FILE_HOST = 'https://medical-case.oss-cn-beijing.aliyuncs.com'
|
||||
|
||||
@ -9,4 +9,4 @@ VITE_APP_COOKIE_DOMAIN = '.igandan.com'
|
||||
|
||||
VITE_APP_PROFILE = 'test'
|
||||
|
||||
VITE_APP_MODE = 'development'
|
||||
VITE_APP_MODE = 'test'
|
||||
@ -173,7 +173,8 @@
|
||||
<div class="row flex">
|
||||
<imgCell
|
||||
:type="'dpmas'"
|
||||
v-for="img in dpm.dpmasImg.split(',')"
|
||||
:imgIndex="index"
|
||||
v-for="(img,index) in dpm.dpmasImg.split(',')"
|
||||
:src="img.indexOf('http') > -1 ? img : fileHost + img"
|
||||
@openEditor="openEditor"
|
||||
></imgCell>
|
||||
@ -259,7 +260,8 @@
|
||||
<div class="row flex">
|
||||
<imgCell
|
||||
:type="'check'"
|
||||
v-for="img in caseVO.checkImg.split(',')"
|
||||
:imgIndex="index"
|
||||
v-for="(img,index) in caseVO.checkImg.split(',')"
|
||||
:src="img.indexOf('http') > -1 ? img : fileHost + img"
|
||||
@openEditor="openEditor"
|
||||
></imgCell>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user