From cd12bae74f9e48dde980021ebe004ae7e23bca8a Mon Sep 17 00:00:00 2001 From: taoxu <2622874537@qq.com> Date: Wed, 10 Jan 2024 22:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E5=AE=89=E6=8E=92=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B7=BB=E5=8A=A0=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/http.interceptor.js | 2 +- pages.json | 8 + pages/Mystudent/Mystudent.vue | 2 +- pages/Mystudent/all_arrange/all_arrange.vue | 460 ++++++++++++++++++++ 4 files changed, 470 insertions(+), 2 deletions(-) create mode 100644 pages/Mystudent/all_arrange/all_arrange.vue diff --git a/common/http.interceptor.js b/common/http.interceptor.js index ae44e21..76cdba2 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -42,7 +42,7 @@ const install = (Vue, vm) => { // 所以哪怕您重新登录修改了Storage,下一次的请求将会是最新值 // const token = uni.getStorageSync('token'); - const token = " Bearer cd74d4416a9742f880424559a180121d" + const token = " Bearer 4f18711e2c1341b296090ee715d3f4fa" // console.log("我是token", token) config.header.Authorization = token; diff --git a/pages.json b/pages.json index 16e574f..deb3a7a 100644 --- a/pages.json +++ b/pages.json @@ -149,6 +149,14 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, + { + "path" : "pages/Mystudent/all_arrange/all_arrange", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false + } } ], diff --git a/pages/Mystudent/Mystudent.vue b/pages/Mystudent/Mystudent.vue index c1c45fe..9c978af 100644 --- a/pages/Mystudent/Mystudent.vue +++ b/pages/Mystudent/Mystudent.vue @@ -514,7 +514,7 @@ }, changedata() { - this.sdydata[1][0].times = 10 + // this.sdydata[1][0].times = 10 for (const key in this.sdydata) { if (this.sdydata.hasOwnProperty(key)) { const items = this.sdydata[key]; diff --git a/pages/Mystudent/all_arrange/all_arrange.vue b/pages/Mystudent/all_arrange/all_arrange.vue new file mode 100644 index 0000000..39fc0e7 --- /dev/null +++ b/pages/Mystudent/all_arrange/all_arrange.vue @@ -0,0 +1,460 @@ + + + + + \ No newline at end of file