From 32b304bc153977e32571d0437e87811b367be30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B3=89=E5=BE=B7?= Date: Wed, 25 Jun 2025 13:58:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/pages.json | 9 + src/pages/me/index.vue | 590 ++++++++++++++++++------------------ src/pages/setting/index.vue | 144 +++++++++ src/pagesOther.json | 9 + 5 files changed, 451 insertions(+), 305 deletions(-) create mode 100644 src/pages/setting/index.vue diff --git a/.env.development b/.env.development index 9e88b879..eeaca914 100644 --- a/.env.development +++ b/.env.development @@ -9,8 +9,8 @@ ENV = 'development' # VITE_APP_BASE_API_Url = 'http://25.64.16.133:9786' -VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' +# VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' app入口 -# VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001' + VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001' diff --git a/src/pages.json b/src/pages.json index 9cd6dcfe..d85cf603 100644 --- a/src/pages.json +++ b/src/pages.json @@ -27,6 +27,15 @@ } } }, + { + "path": "pages/setting/index", + "style": { + "navigationBarTitleText": "设置", + "app-plus": { + "titleNView": false + } + } + }, { "path": "pages/study/index", "style": { diff --git a/src/pages/me/index.vue b/src/pages/me/index.vue index e34556a1..1b4e75f2 100644 --- a/src/pages/me/index.vue +++ b/src/pages/me/index.vue @@ -14,19 +14,14 @@ - {{user_info.userName}} + {{ user_info.userName }} - - - - + + - - 工号:{{user_info.userId}} - + 工号:{{ user_info.userId }} @@ -35,22 +30,31 @@ 累计学习时长 - h + + h 累计完成任务 - + 累计获得积分 - + @@ -79,18 +83,17 @@ - - - - + + + + - - - + + + @@ -98,310 +101,291 @@ \ No newline at end of file +.main_div { + display: flex; + flex-direction: column; + background-color: #f6f8ff; +} + diff --git a/src/pages/setting/index.vue b/src/pages/setting/index.vue new file mode 100644 index 00000000..6146c3d8 --- /dev/null +++ b/src/pages/setting/index.vue @@ -0,0 +1,144 @@ + + + + + diff --git a/src/pagesOther.json b/src/pagesOther.json index 04435044..bda555b2 100644 --- a/src/pagesOther.json +++ b/src/pagesOther.json @@ -26,6 +26,15 @@ "titleNView": false } } + }, + { + "path": "pages/setting/index", + "style": { + "navigationBarTitleText": "设置", + "app-plus": { + "titleNView": false + } + } } ], "tabBar": {