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": {