10.10综合交易所原始源码-管理后台
ip
admin
2026-01-25 0c53301ffd4107953cce37215c486a24c4171691
ip
2 files modified
4 ■■■■ changed files
.env.development 2 ●●● patch | view | raw | blame | history
.env.production 2 ●●● patch | view | raw | blame | history
.env.development
@@ -4,7 +4,7 @@
# api接口请求地址
# 开发环境
# VUE_APP_BASE_API = 'http://154.23.189.28:8086'
VUE_APP_BASE_API = 'https://api.mak-web3.com'
VUE_APP_BASE_API = 'https://zhapi.datacme.com'
# 静态资源文件url
VUE_APP_RESOURCES_URL = '/admin'
.env.production
@@ -5,7 +5,7 @@
# 开发环境
# VUE_APP_BASE_API = http://154.23.189.28:8086
VUE_APP_BASE_API = https://api.mak-web3.com
VUE_APP_BASE_API = https://zhapi.datacme.com
# 静态资源文件url
VUE_APP_RESOURCES_URL = '/admin'