lxh 2 months ago
parent
commit
9b9e28c192

+ 5 - 5
src/hooks/setting/index.ts

@@ -57,11 +57,11 @@ export async function getRemoteSetting() {
 
 export const useGlobSetting = (): Readonly<GlobConfig> => {
   getUrl();
-  // if (!title) {
-  //   // try {
-  //   //   getUrl();
-  //   // } catch (error) {}
-  // }
+  if (!title) {
+    try {
+      getUrl();
+    } catch (error) {}
+  }
   const {
     VITE_GLOB_APP_TITLE,
     VITE_GLOB_API_URL,

+ 0 - 3
src/views/vent/monitorManager/alarmMonitor/index.vue

@@ -597,12 +597,9 @@ function getLevelNum() {
 }
 
 onMounted(async () => {
-  console.log(111111111111111111111111111111)
   const { sysOrgCode, sysDataType } = useGlobSetting();
-  console.log(sysDataType)
   warnLevels.value = sysOrgCode;
   showToggle.value=sysDataType
-  console.log(showToggle,'showToggle------')
   await getLevelNum();
   await getMonitor(true);
   rainBg('rain', 'animation-box');