9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
VITE_PUBLIC_PATH = '/static/mer'
|
|
|
|
# 是否启用MOCK
|
|
VITE_USE_MOCK = true
|
|
|
|
# base api
|
|
VITE_BASE_API = 'https://test.wanzhuanyongcheng.cn/store'
|
|
|
|
VITE_ADMIN_API = '//test.wanzhuanyongcheng.cn' |