fix: dashboard 平面圖更新
This commit is contained in:
parent
a4392885c5
commit
f111be05fa
@ -1,4 +1,4 @@
|
||||
VITE_API_BASEURL = "https://ibms-Empower-api.production.mjmtech.com.tw"
|
||||
VITE_FILE_API_BASEURL = "https://ibms-Empower.production.mjmtech.com.tw"
|
||||
VITE_API_BASEURL = "https://ibms-ils-api.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_FORGE_BASEURL = "https://ibms-Empower.production.mjmtech.com.tw/dist"
|
@ -1,4 +1,4 @@
|
||||
VITE_API_BASEURL = "https://ibms-Empower-api.production.mjmtech.com.tw"
|
||||
VITE_FILE_API_BASEURL = "https://ibms-Empower.production.mjmtech.com.tw"
|
||||
VITE_API_BASEURL = "https://ibms-ils-api.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_FORGE_BASEURL = "https://ibms-Empower.production.mjmtech.com.tw/dist"
|
@ -9,7 +9,7 @@
|
||||
href="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.*/style.css"
|
||||
/>
|
||||
<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/ui/1.13.3/jquery-ui.js"></script>
|
||||
<!-- <script type="text/javascript" src="/requirejs/config.js"></script> -->
|
||||
|
@ -104,9 +104,9 @@ watch(locale, () => {
|
||||
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" />
|
||||
新創賦能
|
||||
智慧倉儲物流
|
||||
</router-link>
|
||||
<NavbarBuilding class="hidden lg:block ms-8" />
|
||||
<!-- <NavbarBuilding class="hidden lg:block ms-8" /> -->
|
||||
</div>
|
||||
<div class="hidden flex-1 lg:block">
|
||||
<NavbarItem
|
||||
|
@ -49,7 +49,7 @@ const doLogin = async () => {
|
||||
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" />
|
||||
新創賦能
|
||||
智慧倉儲物流
|
||||
</div>
|
||||
<div class="w-full flex flex-col items-end my-2">
|
||||
<div class="w-full flex justify-between">
|
||||
|
Loading…
Reference in New Issue
Block a user