10.10综合交易所原始源码-管理后台
1
admin
2026-01-31 db599b28bd1ae5184e8377049ef757ea4912ed1a
1
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.crypt.mom'
VUE_APP_BASE_API = 'https://api.crypt.bond'
# 静态资源文件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.crypt.mom
VUE_APP_BASE_API = https://api.crypt.bond
# 静态资源文件url
VUE_APP_RESOURCES_URL = '/admin'