ソースを参照

首页判断错误修改

11wqe1 2 週間 前
コミット
3a0e115ece

+ 4 - 4
src/components/topPage.vue

@@ -37,7 +37,7 @@
 
         <!-- 荔园 -->
          
-        <div v-if="platform == 'liyuan_'" class="TabListAdmin">
+        <div v-if="roleUser.organizeid == '6a695e62-1b6e-11f0-a66a-005056924926'" class="TabListAdmin">
             <div
                 @mouseenter="setHovered(index, true)"
                 @mouseleave="setHovered(index, false)"
@@ -297,7 +297,7 @@ import { myMixin } from "@/mixins/mixin.js"
         data() {
             return {
                 // 判断链接时liyuan还是admin的
-                platform:'',
+                // platform:'',
                 // 判断链接时beta还是cloud的
                 betaL:'beta',
                 dialogVisible:false, 
@@ -560,7 +560,7 @@ import { myMixin } from "@/mixins/mixin.js"
              // 打开常见应用弹框
             async lookMore(){
                 let val = ''
-                if (this.platform == 'liyuan_') {
+                if (this.roleUser.organizeid == '6a695e62-1b6e-11f0-a66a-005056924926') {
                     val = {
                         id: "746ce524-0bae-11f0-baea-005056924926",
                         toolId: "appStoreLiYuan",
@@ -601,7 +601,7 @@ import { myMixin } from "@/mixins/mixin.js"
             },
         },
         mounted(){
-            this.platform = window.location.href.includes("liyuan") ? "liyuan_" : "admin_"
+            // this.platform = window.location.href.includes("liyuan") ? "liyuan_" : "admin_"
             // this.betaL = window.location.href.includes("beta") ? "beta" : "cloud"
         }
     }

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

@@ -286,6 +286,9 @@
 								<el-input
 									v-if="editIndex == index"
 									resize="none"
+									:style="{
+										border: editIndex == index ? '1px dashed #9747FF !important' : '',
+									}"
 									style="border-radius: 10px"
 									type="textarea"
 									placeholder="请输入内容"