11wqe1 2 дней назад
Родитель
Сommit
8a0a246550

+ 1 - 1
src/views/HomeView.vue

@@ -206,7 +206,7 @@ export default {
 
 
 				setTimeout(() => {
 				setTimeout(() => {
 
 
-					console.log('this.$refs.appRef.contentWindow.document.body;', this.$refs[val.toolId][0].contentWindow.document.body);
+					// console.log('this.$refs.appRef.contentWindow.document.body;', this.$refs[val.toolId][0].contentWindow.document.body);
 
 
 					if (!this.$refs[val.toolId][0].contentWindow.document.body) {
 					if (!this.$refs[val.toolId][0].contentWindow.document.body) {
 						this.$refs[val.toolId][0].contentWindow.location.reload();
 						this.$refs[val.toolId][0].contentWindow.location.reload();

+ 2 - 1
src/views/kanBan/components/AquickEntrance.vue

@@ -57,7 +57,8 @@ import { addrrole } from "@/api/user";
         },
         },
         methods:{
         methods:{
             // 跳转本校校区
             // 跳转本校校区
-            loginBen(){
+            async loginBen(){
+                await store.commit('user/SET_AppSIGN', '')
                 this.$router.push('/');
                 this.$router.push('/');
             },
             },
             // 跳转校区
             // 跳转校区

+ 1 - 0
src/views/kanBan/components/AschoolFeature.vue

@@ -841,6 +841,7 @@ export default {
 		// 点击区块编辑
 		// 点击区块编辑
 		async editregion(type) {
 		async editregion(type) {
             this.editIndex = null
             this.editIndex = null
+			this.editBtnType = 0
 			this.isBtn = type;
 			this.isBtn = type;
 			this.editVisible = true;
 			this.editVisible = true;
 			this.appLoading = true;
 			this.appLoading = true;