规整演示数据 管理端 admin / 123456 移动端 18292417675 / crmeb@123456

This commit is contained in:
stivepeim
2023-03-15 18:02:30 +08:00
parent 68d9148fa7
commit da26405550
13 changed files with 37 additions and 95 deletions

View File

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