Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
liumin
/
NewZkgj
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
是否加密手机号文字展示
trunk1017
douzhuo
2 anos atrás
pai
45b8f4fe63
commit
592a3b0f7b
3 arquivos alterados
com
16 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+0
-1
env/dev.js
+5
-0
env/dev_9090.js
+11
-1
package.json
+ 0
- 1
env/dev.js
Ver arquivo
@@ -1,6 +1,5 @@
const ENV_PATH = {
baseUrl: 'http://81.70.55.170:7070/api', //7070测试环境
// baseUrl: 'http://81.70.55.170:9090/autoSR/api', // 9090测试环境
}
module.exports = ENV_PATH
+ 5
- 0
env/dev_9090.js
Ver arquivo
@@ -0,0 +1,5 @@
const ENV_PATH = {
baseUrl: 'http://81.70.55.170:9090/autoSR/api', // 9090测试环境
}
module.exports = ENV_PATH
+ 11
- 1
package.json
Ver arquivo
@@ -32,7 +32,7 @@
}
},
"weixin:test": {
"title": "测试
9
0端口服务器",
"title": "测试
7
0端口服务器",
"env": {
"UNI_PLATFORM": "mp-weixin",
"ENV_PATH": "@/env/dev.js"
@@ -51,6 +51,16 @@
"WXCS-PLATFORM": true
}
},
"weixin:test9090": {
"title": "测试90端口服务器",
"env": {
"UNI_PLATFORM": "mp-weixin",
"ENV_PATH": "@/env/dev_9090.js"
},
"define": {
"WXCS-PLATFORM": true
}
},
"weixin:zk": {
"title": "智控 生产",
"env": {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar