验证ios 和 android app 后 clear code 和 没有匹配到的平台匹配

This commit is contained in:
18292417675
2024-04-19 17:01:44 +08:00
parent 1e3d2da804
commit f56870bc5d
5 changed files with 10 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
//移动端商城API
let domain = 'https://api.front.javademo.hdq.xbdzz.cn'
let domain = 'http://your Front API domain'
module.exports = {
// 请求域名 格式: https://您的域名
@@ -17,7 +17,7 @@ module.exports = {
// #ifdef MP
HTTP_REQUEST_URL: domain,
// #endif
HTTP_ADMIN_URL:'https://api.admin.javademo.hdq.xbdzz.cn', //PC后台的API请求地址上传图片用,影响h5上传头像
HTTP_ADMIN_URL:'http://your h5 domain', //PC后台的API请求地址上传图片用,影响h5上传头像
// #ifdef H5
//H5接口是浏览器地址
// HTTP_REQUEST_URL: window.location.protocol+"//"+window.location.host,