From 7a2d58754d4393d07087a864047f46594faa1ce4 Mon Sep 17 00:00:00 2001 From: PQZ Date: Tue, 24 Sep 2024 21:30:53 +0800 Subject: [PATCH 1/3] 1 --- .gitignore | 5 +++- config.js | 3 ++- pages/my/cardRoll.vue | 53 +++++++++++++++++++++++--------------- pages/my/my.vue | 35 ++++++++++++++++++++----- pages/my/myEquity.vue | 60 +++++++++++++++++++++---------------------- pages/my/myInfo.vue | 33 +++++++++++++++--------- 6 files changed, 118 insertions(+), 71 deletions(-) diff --git a/.gitignore b/.gitignore index f836e84..212723c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ /unpackage/ unpackage/* -unpackage \ No newline at end of file +unpackage +.idea/lanan-repair.iml +.idea/modules.xml +.idea/vcs.xml diff --git a/config.js b/config.js index 6059c44..5e8c27b 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,8 @@ // 应用全局配置 module.exports = { //baseUrl: 'https://www.nuoyunr.com/admin-api', - baseUrl: 'https://3w823u8516.vicp.fun', + // baseUrl: 'https://3w823u8516.vicp.fun', + baseUrl: 'http://192.168.1.4:48080', imagesUrl: 'http://shequ.0315e.com/static/images/pages/', baseImageUrl: 'https://www.nuoyunr.com/minio', //wsUrl: 'wss://www.nuoyunr.com/admin-api', diff --git a/pages/my/cardRoll.vue b/pages/my/cardRoll.vue index 4345bc3..0997643 100644 --- a/pages/my/cardRoll.vue +++ b/pages/my/cardRoll.vue @@ -1,38 +1,45 @@