lifanagju_citu преди 6 месеца
родител
ревизия
2a893ca5c5
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      .env.development
  2. 2 2
      src/App.vue

+ 1 - 1
.env.development

@@ -1,7 +1,7 @@
 NODE_ENV = 'development'
 
 # 版本号 v 1818
-VITE_VERSION = 'v24.11.15.1819'
+VITE_VERSION = 'v24.11.15.1818'
 
 VITE_APP_TITLE = 门墩儿
 

+ 2 - 2
src/App.vue

@@ -2,7 +2,7 @@
 import { RouterView } from 'vue-router'
 import { ref, onMounted, onUnmounted, nextTick } from 'vue'
 import Confirm from '@/plugins/confirm'
-import { testVersionFun } from './utils/testVersionFun'
+// import { testVersionFun } from './utils/testVersionFun'
 import axios from 'axios'
 
 const timer = ref(null)
@@ -14,7 +14,7 @@ function open () {
 }
 onMounted(() => {
   nextTick(() => {
-    testVersionFun()
+    // testVersionFun()
     console.log('baseurl:', import.meta.env?.VITE_BASE_URL, 'version:', import.meta.env?.VITE_VERSION) // 打印
     const process_ENV = process?.env?.NODE_ENV || ''
     if (process_ENV === 'production' || process_ENV === 'development') {