panqiuyao 7 месяцев назад
Родитель
Сommit
5830efc597

+ 2 - 2
frontend/src/components/header-bar/index.vue

@@ -79,7 +79,7 @@ const menuType = reactive({
     click: openRemoteControl
   },
   developer: {
-    name: '开发者设置',
+    name: '初始设备调频设置',
     icon: iconsz,
     click: openDeveloper
   }
@@ -151,7 +151,7 @@ function openDeveloper(){
 
   clientStore.ipc.removeAllListeners(icpList.utils.openMain);
   let params = {
-    title: '开发者设置',
+    title: '初始设备调频设置',
     width: 900,
     height: 700,
     frame: true,

+ 1 - 1
frontend/src/router/index.ts

@@ -68,7 +68,7 @@ const routes: RouteRecordRaw[] = [
         name: "developer",
         component: () => import("@/views/Developer/index.vue"),
         meta: {
-            title: '开发者设置'
+            title: '初始设备调频设置'
         }
     },
 ];

+ 1 - 1
frontend/src/views/Developer/cmd.vue

@@ -2,7 +2,7 @@
 
 
   <headerBar
-    title="开发者配置"
+    title="初始设备调频设置"
   />
 
   <el-row class="mar-top-10" >

+ 1 - 1
frontend/src/views/Developer/index.vue

@@ -1,7 +1,7 @@
 <template>
 
   <headerBar
-    title="开发者配置"
+    title="初始设备调频设置"
   />
 
 

+ 1 - 1
frontend/src/views/Developer/mcu.vue

@@ -2,7 +2,7 @@
 
 
   <headerBar
-    title="开发者配置"
+    title="初始设备调频设置"
   />
 
   <div class="page">

+ 1 - 1
frontend/src/views/Developer/normal.vue

@@ -2,7 +2,7 @@
 
 
   <headerBar
-    title="开发者配置"
+    title="初始设备调频设置"
   />
 
   <div class="page">

+ 5 - 5
frontend/src/views/Photography/check.vue

@@ -126,12 +126,12 @@ const step = ref(1)
 function checkConfirm(init){
   step.value =1
   if(menu.length === 0){
-    if(useUserInfoStore.userInfo.brand_company_code === '1300'){
+    menu.push({
+      type:'developer'
+    })
+  /*  if(useUserInfoStore.userInfo.brand_company_code === '1300'){
 
-      menu.push({
-        type:'developer'
-      })
-    }
+    }*/
   }
   if(!init) previewKey.value++;