修改配置文件

This commit is contained in:
libowei 2023-12-06 16:55:07 +08:00
parent 91175cb3d7
commit e150f9584b
3 changed files with 75 additions and 202 deletions

View File

@ -41,7 +41,7 @@ const install = (Vue, vm) => {
// 方式四如果token放在了Storage本地存储中拦截是每次请求都执行的 // 方式四如果token放在了Storage本地存储中拦截是每次请求都执行的
// 所以哪怕您重新登录修改了Storage下一次的请求将会是最新值 // 所以哪怕您重新登录修改了Storage下一次的请求将会是最新值
// const token = uni.getStorageSync('token'); // const token = uni.getStorageSync('token');
const token = " Bearer a75c44e23b7740c48740c95ae3b7b427" const token = " Bearer 6ecfb3a42c3d43b3b950c6e911e46223"
// console.log("我是token", token) // console.log("我是token", token)
config.header.Authorization = token; config.header.Authorization = token;
// config.header.Tenant-Id=1 // config.header.Tenant-Id=1

View File

@ -43,69 +43,7 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{
"path" : "pages_teacher/teacher_class/class_detail",
"style" :
{
"navigationBarTitleText": "班级详情",
"navigationBarBackgroundColor": "#4473f6",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "pages_teacher/pages_add/add_operation",
"style" :
{
"navigationBarTitleText": "添加听力",
"navigationBarBackgroundColor": "#4473f6",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path":"pages_teacher/teacher_teachers/teacher_addOperation",
"style" :
{
"navigationBarTitleText": "添加作业",
"navigationBarBackgroundColor": "#4473f6",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path":"pages_teacher/teacher_teachers/teacher_speechadd",
"style" :
{
"navigationBarTitleText": "添加口语",
"navigationBarBackgroundColor": "#4473f6",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path":"pages_teacher/teacher_teachers/teacher_writeadd",
"style" :
{
"navigationBarTitleText": "添加写作",
"navigationBarBackgroundColor": "#4473f6",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path":"pages_teacher/teacher_teachers/operation_detail",
"style" :
{
"navigationBarTitleText": "作业详情",
"navigationBarBackgroundColor": "#4473f6",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{ {
@ -190,6 +128,73 @@
} }
} }
], ],
"subPackages": [
{
"root": "pages_teacher",
"pages": [
{
"path":"teacher_teachers/teacher_writeadd",
"style" :
{
"navigationBarTitleText": "添加写作",
"navigationBarBackgroundColor": "#4473f6",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path":"teacher_teachers/operation_detail",
"style" :
{
"navigationBarTitleText": "作业详情",
"navigationBarBackgroundColor": "#4473f6",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path":"teacher_teachers/teacher_addOperation",
"style" :
{
"navigationBarTitleText": "添加作业",
"navigationBarBackgroundColor": "#4473f6",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "pages_add/add_operation",
"style" :
{
"navigationBarTitleText": "添加听力",
"navigationBarBackgroundColor": "#4473f6",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "teacher_class/class_detail",
"style" :
{
"navigationBarTitleText": "班级详情",
"navigationBarBackgroundColor": "#4473f6",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
]
}
],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app", "navigationBarTitleText": "uni-app",
@ -197,5 +202,7 @@
"backgroundColor": "#F8F8F8" "backgroundColor": "#F8F8F8"
}, },
"uniIdRouter": {} "uniIdRouter": {}
} }

View File

@ -19,127 +19,7 @@
</swiper-item> </swiper-item>
<!-- 写作 --> <!-- 写作 -->
<swiper-item> <swiper-item>
<view v-for="(item,index) in Compose" :key="item.id"> <compose></compose>
<view class="view_bages">
<view class="lelts">{{item.examName}}</view>
<text class="Bags active" @click="upType(index,1)">test1</text>
<text class="Bags" @click="upType(index,2)">test2</text>
<text class="Bags" @click="upType(index,3)">test3</text>
<text class="Bags" @click="upType(index,4)">test4</text>
</view>
<view class="view_fff" v-if="listType[index]===1">
<view class="view_Do">
<view class="view_English">
<view class="Task">
Test 1
</view>
<view class="grizzly">曲线图</view>
<view class="yellow">政府</view>
</view>
<view class="view_pushbutton">
</view>
</view>
<view class="view_Do">
<view class="view_English">
<view class="Task">
Test 1
</view>
<view class="grizzly">曲线图</view>
<view class="yellow">政府</view>
</view>
<view class="view_pushbutton" @click="addIdList()">
</view>
</view>
</view>
<view class="view_fff" v-else-if="listType[index]===2">
<view class="view_Do">
<view class="view_English">
<view class="Task">
Test 2
</view>
<view class="grizzly">曲线图</view>
<view class="yellow">政府</view>
</view>
<view class="view_pushbutton">
</view>
</view>
<view class="view_Do">
<view class="view_English">
<view class="Task">
Test 2
</view>
<view class="grizzly">曲线图</view>
<view class="yellow">政府</view>
</view>
<view class="view_pushbutton">
</view>
</view>
</view>
<view class="view_fff" v-else-if="listType[index]===3">
<view class="view_Do">
<view class="view_English">
<view class="Task">
Test 3
</view>
<view class="grizzly">曲线图</view>
<view class="yellow">政府</view>
</view>
<view class="view_pushbutton">
</view>
</view>
<view class="view_Do">
<view class="view_English">
<view class="Task">
Test 3
</view>
<view class="grizzly">曲线图</view>
<view class="yellow">政府</view>
</view>
<view class="view_pushbutton">
</view>
</view>
</view>
<view class="view_fff" v-else-if="listType[index]===4">
<view class="view_Do">
<view class="view_English">
<view class="Task">
Test 4
</view>
<view class="grizzly">曲线图</view>
<view class="yellow">政府</view>
</view>
<view class="view_pushbutton">
</view>
</view>
<view class="view_Do">
<view class="view_English">
<view class="Task">
Test 4
</view>
<view class="grizzly">曲线图</view>
<view class="yellow">政府</view>
</view>
<view class="view_pushbutton">
</view>
</view>
</view>
</view>
</swiper-item> </swiper-item>
<!--听力 --> <!--听力 -->
<swiper-item> <swiper-item>
@ -166,6 +46,7 @@
import audiology from './components/audiology.vue' import audiology from './components/audiology.vue'
import reading from './components/reading.vue' import reading from './components/reading.vue'
import slander from './components/slander.vue' import slander from './components/slander.vue'
import compose from './components/compose.vue'
export default { export default {
data() { data() {
return { return {
@ -187,40 +68,25 @@
name: '1', name: '1',
disabled: false disabled: false
}], }],
//
Compose: [],
num:0, num:0,
// v-if // v-if
radioValue: '', radioValue: '',
part1: true, part1: true,
current: 0, current: 0,
search: true, search: true,
listType: [],
idList: [], idList: [],
} }
}, },
components:{ components:{
audiology, audiology,
reading, reading,
slander slander,
compose
}, },
methods: { methods: {
upType(index, num) {
this.listType.splice(index, 1, num)
},
change(index) { change(index) {
this.current = index; this.current = index;
}, },
//
// getCompose() {
// this.$u.post('https://api.admin-v2.langsi.online/admin-api/speaking/topic/home/list').then(res => {
// this.Compose = res.data
// console.log(this.Compose)
// for (let i = 0; i < res.data.length; i++) {
// this.listType.push(1)
// }
// })
// },
// radio // radio
radioCheck(index) { radioCheck(index) {
if (this.radioValue == this.list2[index].id) { if (this.radioValue == this.list2[index].id) {