mirror of
https://gitee.com/gz-yami/mall4v.git
synced 2025-12-26 07:16:27 +08:00
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
# just a flag
|
|
ENV = 'production'
|
|
|
|
// api接口请求地址
|
|
VUE_APP_BASE_API = 'https://mini-admin.mall4j.com/apis'
|
|
|
|
# 静态资源文件url
|
|
VUE_APP_RESOURCES_URL = 'https://img.mall4j.com/'
|
|
|
|
|