From bac7430d16c42b6635cb1ea2e286aeda71680a8c Mon Sep 17 00:00:00 2001 From: js199000126 <528892601@qq.com> Date: Fri, 26 May 2023 15:37:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-app/config/app.js | 4 ++-- yudao-ui-app/pages/users/order_list/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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() {