mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
教师专业选项的处理
This commit is contained in:
@@ -332,7 +332,12 @@ export default {
|
||||
// if(this.domain.length==0){
|
||||
// this.getdomain();
|
||||
// }
|
||||
|
||||
let isBack=false;
|
||||
if(window.history && window.history.pushState) {
|
||||
history.pushState(null, null, document.URL); //这里有没有都无所谓,最好是有以防万一
|
||||
isBack=true;
|
||||
}
|
||||
console.log(isBack,'isBack');
|
||||
Promise.all([apiDict.items("org_domain"),apiCase.majorTypes()]).then(rs=>{
|
||||
if(rs[0].status==200){
|
||||
rs[0].result.forEach(item =>{
|
||||
|
||||
Reference in New Issue
Block a user