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