diff --git a/yudao-ui-app/config/app.js b/yudao-ui-app/config/app.js index 605d8d33c..06c5429ab 100644 --- a/yudao-ui-app/config/app.js +++ b/yudao-ui-app/config/app.js @@ -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 = { diff --git a/yudao-ui-app/pages/users/order_list/index.vue b/yudao-ui-app/pages/users/order_list/index.vue index 88a6bf9a2..3366ba938 100644 --- a/yudao-ui-app/pages/users/order_list/index.vue +++ b/yudao-ui-app/pages/users/order_list/index.vue @@ -157,7 +157,7 @@ }; }, computed: mapGetters(['isLogin', 'userInfo']), - onLoad() { + onLoad(option) { this.loadmore() }, onShow() {