uniapp 会员申请

pull/2/head
Jruome 2023-05-17 15:28:00 +08:00
parent 04fbb93fa6
commit 91df476b68
1 changed files with 2 additions and 2 deletions

View File

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