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