12.31移动端开源代码更新

This commit is contained in:
hejinfu1026
2021-12-31 15:52:11 +08:00
parent 153568cddc
commit 21e0d0e136
9 changed files with 86 additions and 773 deletions

View File

@@ -1,12 +1,12 @@
let domain = 'https://api.dev.java.crmeb.net/'
let domain = 'https://xxx.xxx'
module.exports = {
// 请求域名 格式: https://您的域名
// #ifdef MP
HTTP_REQUEST_URL: domain,
// #endif
HTTP_ADMIN_URL:'https://xxx.xxx.xxx', //PC后台的API请求地址上传图片用
// #ifdef H5
//H5接口是浏览器地址
// HTTP_REQUEST_URL: window.location.protocol+"//"+window.location.host,