tangning пре 7 часа
родитељ
комит
df53aedfe9

+ 1 - 1
offline.html

@@ -29,7 +29,7 @@
           xmfire: '/jmlogo.png',
           cjzfire: '/logo_big.ico'
         };
-        var href = iconMap[fromRoute] || '/favicon.ico';
+        var href = '/favicon.ico';
         // 查找现有的favicon链接元素
         let link = document.querySelector("link[rel~='icon']");
         if (link) {

+ 1 - 1
src/view/newFireCase/dyManager/sceneContent.vue

@@ -43,7 +43,7 @@
         <span class="oper-span" v-if="pagging.state.query.searchType != '1' && row.status == 2" v-pdpath="['copy']" @click="copySceneHandler(row)">
           复制
         </span>
-        <span class="oper-span" v-if="row.status != 0 && row.status == 2" v-pdpath="['edit']" @click="openSceneEdit(row, 0)">
+        <span class="oper-span" v-if="row.status != 0 && row.status == 2 && row.isAuth == 2" v-pdpath="['edit']" @click="openSceneEdit(row, 0)">
           编辑
         </span>
         <span v-pdpath="['gen']" v-if="pagging.state.query.searchType != '1' && row.status == 2 && row.location != 6" class="oper-span" @click="getMeshScene(row)">

+ 1 - 1
src/view/newFireCase/meshManager/sceneContent.vue

@@ -43,7 +43,7 @@
         <span class="oper-span" v-if="pagging.state.query.searchType != '1' && row.status == 2" v-pdpath="['copy']" @click="copySceneHandler(row)">
           复制
         </span>
-        <span class="oper-span" v-if="row.status == 2 && row.isAuth == 2" v-pdpath="['edit']" @click="openSceneEdit(row, 1)">
+        <span class="oper-span" v-if="row.status == 2 && row.isAuth == 2 && row.isAuth == 2" v-pdpath="['edit']" @click="openSceneEdit(row, 1)">
           编辑
         </span>
         <span class="oper-span" v-pdpath="['del']" v-if="pagging.state.query.searchType === '0'&& row.status == 2" @click="genMeshScene(row)">