10.10综合交易所原始源码-管理后台
1
7 days ago ba20a16e8129bc1944fe71119086d91342f96ff2
1
3 files modified
8 ■■■■ changed files
.env.development 2 ●●● patch | view | raw | blame | history
.env.production 2 ●●● patch | view | raw | blame | history
package.json 4 ●●●● 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://zhgdapi.shenliankeji.top'
VUE_APP_BASE_API = 'https://zhapi.bitget-jp-us.cyou'
# 静态资源文件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://zhgdapi.shenliankeji.top
VUE_APP_BASE_API = https://zhapi.bitget-jp-us.cyou
# 静态资源文件url
VUE_APP_RESOURCES_URL = '/admin'
package.json
@@ -3,8 +3,8 @@
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "dev": "set NODE_OPTIONS=--openssl-legacy-provider&& node ./node_modules/@vue/cli-service/bin/vue-cli-service.js serve",
    "build": "set NODE_OPTIONS=--openssl-legacy-provider&& node ./node_modules/@vue/cli-service/bin/vue-cli-service.js build",
    "lint": "eslint --ext .js,.vue src"
  },
  "dependencies": {