Ver código fonte

新增80端口服务器host文件

newyun
douzhuo 1 ano atrás
pai
commit
f39d4ef3eb
3 arquivos alterados com 17 adições e 2 exclusões
  1. +5
    -0
      env/dev_8080.js
  2. +1
    -1
      manifest.json
  3. +11
    -1
      package.json

+ 5
- 0
env/dev_8080.js Ver arquivo

@@ -0,0 +1,5 @@
const ENV_PATH = {
baseUrl: 'http://81.70.55.170:8080/autoSR/api', // 微信的测试环境
}

module.exports = ENV_PATH

+ 1
- 1
manifest.json Ver arquivo

@@ -91,7 +91,7 @@
},
"quickapp" : {},
"mp-weixin" : {
"appid" : "wx8f883dca5ecc5510",
"appid" : "wxe044603515ff2cb5",
"setting" : {
"urlCheck" : false,
"es6" : true,


+ 11
- 1
package.json Ver arquivo

@@ -32,7 +32,7 @@
}
},
"weixin:test": {
"title": "81.70.55.170:9090 90服务器",
"title": "测试90端口服务器",
"env": {
"UNI_PLATFORM": "mp-weixin",
"ENV_PATH": "@/env/dev.js"
@@ -41,6 +41,16 @@
"WXCS-PLATFORM": true
}
},
"weixin:test8080": {
"title": "测试80端口服务器",
"env": {
"UNI_PLATFORM": "mp-weixin",
"ENV_PATH": "@/env/dev_8080.js"
},
"define": {
"WXCS-PLATFORM": true
}
},
"weixin:zk": {
"title": "智控 生产",
"env": {


Carregando…
Cancelar
Salvar