Compare commits

2 Commits

Author SHA1 Message Date
李志鹏
22e8efda25 Merge branch 'dev_vite' of http://18.167.251.121:10003/aidlab/aida_front into dev_vite 2026-04-24 17:30:08 +08:00
李志鹏
114a998031 111 2026-04-24 17:30:07 +08:00
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"