tangning 7 months ago
parent
commit
965262ee08
3 changed files with 4 additions and 6 deletions
  1. 0 2
      src/view/layout/index.vue
  2. 2 2
      src/view/layout/top/index.vue
  3. 2 2
      src/view/vrmodel/index.vue

+ 0 - 2
src/view/layout/index.vue

@@ -1,7 +1,5 @@
 <template>
   <div class="layer">
-    qpisceneList{{qpisceneList.length}}
-
     <ly-top class="top" />
     <div class="content">
       <router-view v-slot="{ Component }" v-if="isSystem">

+ 2 - 2
src/view/layout/top/index.vue

@@ -59,8 +59,8 @@ console.log("useCaseStore", title);
 //   title.value = getCaseInfoData() || res?.caseTitle || "";
 // };
 // getInfo();
-watch(() => caseId.value, () => {
-    // getInfo();
+watch(() => title.value, () => {
+  document.title = title.value;
 })
 const loginoutRaw = async () => {
   await logoutRaw();

+ 2 - 2
src/view/vrmodel/index.vue

@@ -21,13 +21,13 @@
             <!-- <div @click="handlegotoEdit(item)" class="cursor-pointer" quaternary type="primary">编辑</div> -->
           </div>
         </div>
-        <el-button
+        <!-- <el-button
                 class="w-full"
                 type="primary"
                 @click="submitForm"
               >
                 保存
-              </el-button>
+              </el-button> -->
       </div>
   </div>
 </template>