This commit is contained in:
李志鹏
2026-04-24 17:30:07 +08:00
parent a9e5b979a1
commit 114a998031
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
VITE_USER_NODE_ENV = 'development'
VITE_USER_NODE_ENV = 'development_cloud'
# VITE_APP_BASE_URL = 'https://aida.com.hk/test'
# VITE_APP_BASE_URL = 'http://18.167.251.121:10088'
# VITE_APP_BASE_URL = 'https://api.aida.com.hk'

View File

@@ -18,7 +18,8 @@
</template>
<script setup>
import { ref, computed } from "vue"
import { Https } from "@/tool/https"
import { ref, computed,onMounted,onUnmounted } from "vue"
import { useRoute, useRouter } from "vue-router"
import toolTipBox from "./toolTipBox.vue"
import myEvent from "@/tool/myEvents.js"