fix: dashboard 平面圖更新

This commit is contained in:
MJM_2025_05\polly 2025-09-10 15:54:58 +08:00
parent a4392885c5
commit f111be05fa
5 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
VITE_API_BASEURL = "https://ibms-Empower-api.production.mjmtech.com.tw" VITE_API_BASEURL = "https://ibms-ils-api.production.mjmtech.com.tw"
VITE_FILE_API_BASEURL = "https://ibms-Empower.production.mjmtech.com.tw" VITE_FILE_API_BASEURL = "https://ibms-ils.production.mjmtech.com.tw"
VITE_MQTT_BASEURL = "wss://mqttwss.mjm-staging.developers-homelab.net" VITE_MQTT_BASEURL = "wss://mqttwss.mjm-staging.developers-homelab.net"
VITE_FORGE_BASEURL = "https://ibms-Empower.production.mjmtech.com.tw/dist" VITE_FORGE_BASEURL = "https://ibms-Empower.production.mjmtech.com.tw/dist"

View File

@ -1,4 +1,4 @@
VITE_API_BASEURL = "https://ibms-Empower-api.production.mjmtech.com.tw" VITE_API_BASEURL = "https://ibms-ils-api.production.mjmtech.com.tw"
VITE_FILE_API_BASEURL = "https://ibms-Empower.production.mjmtech.com.tw" VITE_FILE_API_BASEURL = "https://ibms-ils.production.mjmtech.com.tw"
VITE_MQTT_BASEURL = "wss://mqttwss.mjm-staging.developers-homelab.net" VITE_MQTT_BASEURL = "wss://mqttwss.mjm-staging.developers-homelab.net"
VITE_FORGE_BASEURL = "https://ibms-Empower.production.mjmtech.com.tw/dist" VITE_FORGE_BASEURL = "https://ibms-Empower.production.mjmtech.com.tw/dist"

View File

@ -9,7 +9,7 @@
href="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.*/style.css" href="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.*/style.css"
/> />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>新創賦能</title> <title>智慧倉儲物流</title>
<script src="https://code.jquery.com/jquery-3.7.1.js"></script> <script src="https://code.jquery.com/jquery-3.7.1.js"></script>
<script src="https://code.jquery.com/ui/1.13.3/jquery-ui.js"></script> <script src="https://code.jquery.com/ui/1.13.3/jquery-ui.js"></script>
<!-- <script type="text/javascript" src="/requirejs/config.js"></script> --> <!-- <script type="text/javascript" src="/requirejs/config.js"></script> -->

View File

@ -104,9 +104,9 @@ watch(locale, () => {
class="lg:pl-2 lg:text-2xl font-bold text-white flex items-center" class="lg:pl-2 lg:text-2xl font-bold text-white flex items-center"
> >
<img src="/logo.svg" alt="logo" class="w-6 lg:w-8 me-1" /> <img src="/logo.svg" alt="logo" class="w-6 lg:w-8 me-1" />
新創賦能 智慧倉儲物流
</router-link> </router-link>
<NavbarBuilding class="hidden lg:block ms-8" /> <!-- <NavbarBuilding class="hidden lg:block ms-8" /> -->
</div> </div>
<div class="hidden flex-1 lg:block"> <div class="hidden flex-1 lg:block">
<NavbarItem <NavbarItem

View File

@ -49,7 +49,7 @@ const doLogin = async () => {
class="flex items-center justify-center w-full mb-5 text-4xl font-bold text-white" class="flex items-center justify-center w-full mb-5 text-4xl font-bold text-white"
> >
<img src="/logo.svg" alt="logo" class="w-12 me-2" /> <img src="/logo.svg" alt="logo" class="w-12 me-2" />
新創賦能 智慧倉儲物流
</div> </div>
<div class="w-full flex flex-col items-end my-2"> <div class="w-full flex flex-col items-end my-2">
<div class="w-full flex justify-between"> <div class="w-full flex justify-between">