13 lines
371 B
Plaintext
13 lines
371 B
Plaintext
|
# just a flag
|
||
|
ENV = 'development'
|
||
|
|
||
|
VUE_APP_STORAGE_PREFIX = 'DOCTOR'
|
||
|
|
||
|
# base api
|
||
|
#VUE_APP_BASE_API = 'https://52ya-test.jcmed.com/doctor'
|
||
|
VUE_APP_BASE_API = 'https://test.jzcscw.cn/dentistry/doctor'
|
||
|
VUE_APP_PUBLIC_PATH = '/'
|
||
|
VUE_APP_PUBLIC_PATH_URL = 'https://52ya-test.jcmed.com/public/upload/'
|
||
|
|
||
|
# VUE_APP_PUBLIC_PATH_URL = 'https://52ya-test.jcmed.com/public/upload/'
|