This commit is contained in:
PQZ 2024-10-19 16:26:36 +08:00
parent 532e0e6700
commit 087d25f451
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,8 @@
// 应用全局配置 // 应用全局配置
module.exports = { module.exports = {
baseUrl: 'https://www.nuoyunr.com', // baseUrl: 'https://www.nuoyunr.com',
// baseUrl: 'http://192.168.1.4:48080', // baseUrl: 'http://192.168.1.4:48080',
// baseUrl: "http://localhost:48080", baseUrl: "http://localhost:48080",
imagesUrl: 'http://shequ.0315e.com/static/images/pages/', imagesUrl: 'http://shequ.0315e.com/static/images/pages/',
baseImageUrl: 'https://www.nuoyunr.com/minio/', baseImageUrl: 'https://www.nuoyunr.com/minio/',
wsUrl: 'wss://www.nuoyunr.com', wsUrl: 'wss://www.nuoyunr.com',

View File

@ -142,7 +142,8 @@ export default {
this.couponList=[] this.couponList=[]
this.array=[] this.array=[]
const data = { const data = {
cusId: this.customInfo.id cusId: this.customInfo.id,
isNow:'1'
} }
await request({ await request({
url: '/userClient/customer/activeList', url: '/userClient/customer/activeList',