12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
# just a flag
|
|
ENV = 'production'
|
|
|
|
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/'
|
|
|