新版交易所前段管理后台
1
admin
2026-01-20 b8fc0ec44bc61966a60a7d0f6a0d93f7b68928a5
1
2
3
4
5
6
7
8
9
10
11
# just a flag
ENV = 'development'
 
# api接口请求地址
# VUE_APP_BASE_API = 'https://zhapi.coinbtcs.com'
# VUE_APP_BASE_API = 'http://192.168.10.7:8085'
VUE_APP_BASE_API = 'https://api.amcfcxn.org'
# VUE_APP_BASE_API = 'https://syjysapi.yanshiz.com'
 
# 静态资源文件url
VUE_APP_RESOURCES_URL = 'https://sysimg.yanshiz.com/'