pull/2/head
js199000126 2023-05-26 15:37:31 +08:00
parent 1bd8b84439
commit bac7430d16
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
let domain = process.env.APP_BASE_URL
// let domain = 'http://192.168.1.188:48080'
// let domain = process.env.APP_BASE_URL
let domain = 'http://192.168.1.188:48080'
// let domain = 'http://api.cyywl.top'
module.exports = {

View File

@ -157,7 +157,7 @@
};
},
computed: mapGetters(['isLogin', 'userInfo']),
onLoad() {
onLoad(option) {
this.loadmore()
},
onShow() {