更新代码

This commit is contained in:
guaishoudemao
2021-02-06 17:25:18 +08:00
parent d5353ccbdc
commit 1df499236d
40 changed files with 2294 additions and 2338 deletions

View File

@@ -1,6 +1,5 @@
var josn=require('../../domain.json')
let domain = josn.domain
let domain = 'http://localhost:8080'
module.exports = {
// 请求域名 格式: https://您的域名
@@ -12,7 +11,6 @@ module.exports = {
// #ifdef H5
//H5接口是浏览器地址
// HTTP_REQUEST_URL: window.location.protocol+"//"+window.location.host,
// http://api.java.crmeb.net:20001
HTTP_REQUEST_URL:domain,
// #endif