Compare commits
2 Commits
ee4eef1558
...
22e8efda25
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22e8efda25 | ||
|
|
114a998031 |
@@ -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 = 'https://aida.com.hk/test'
|
||||||
# VITE_APP_BASE_URL = 'http://18.167.251.121:10088'
|
# VITE_APP_BASE_URL = 'http://18.167.251.121:10088'
|
||||||
# VITE_APP_BASE_URL = 'https://api.aida.com.hk'
|
# VITE_APP_BASE_URL = 'https://api.aida.com.hk'
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<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 { useRoute, useRouter } from "vue-router"
|
||||||
import toolTipBox from "./toolTipBox.vue"
|
import toolTipBox from "./toolTipBox.vue"
|
||||||
import myEvent from "@/tool/myEvents.js"
|
import myEvent from "@/tool/myEvents.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user