|
@@ -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') {
|