diff --git a/.env.development b/.env.development index 71917fc..e900b3e 100644 --- a/.env.development +++ b/.env.development @@ -3,9 +3,9 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # VITE_API_URL = 'http://121.196.214.246/api' -# VITE_API_URL = 'http://182.90.224.147:100' +VITE_API_URL = 'http://182.90.224.147:100' # VITE_API_URL = 'http://192.168.34.221:12360' -VITE_API_URL = 'http://192.168.34.221:30002' +# VITE_API_URL = 'http://192.168.34.221:30002' # 上传 diff --git a/public/static/bim.html b/public/static/bim.html index 1b1af46..894159e 100644 --- a/public/static/bim.html +++ b/public/static/bim.html @@ -18,7 +18,7 @@ // console.log('取到的token',token); let viewer3D; let app; - let viewToken = "f8b70c0a02244f89be38229da2302f09"; + let viewToken = "29a730ca254548e18d441293f13d5720"; console.log('viewToken',viewToken); let loaderConfig = new BimfaceSDKLoaderConfig(); loaderConfig.viewToken = viewToken; diff --git a/src/App.vue b/src/App.vue index ea05709..668870d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@ diff --git a/src/views/sevenLargeScreen/distributionMonitoring/topRight.vue b/src/views/sevenLargeScreen/distributionMonitoring/topRight.vue index 5583190..1296111 100644 --- a/src/views/sevenLargeScreen/distributionMonitoring/topRight.vue +++ b/src/views/sevenLargeScreen/distributionMonitoring/topRight.vue @@ -22,16 +22,19 @@
报警时间
报警类型
- -
-
-
{{ item.devName }}
-
{{ item.creatTime }}
-
{{ item.alarmType }}
+ +
+
+
{{ item.devName }}
+
{{ item.creatTime }}
+
{{ item.alarmType }}
+
+
+ +

暂无数据

+
- -
- +
@@ -176,6 +179,19 @@ onMounted(async () => { background: #091f3f; } } + .notoDta { + margin-left: 10%; + margin-top: 8%; + img { + width: 16%; + margin: 6% 36%; + } + p { + color: #fff; + font-size: calc(100vw * 14 / 1920); + margin: -5% 38%; + } + } } } } diff --git a/src/views/sevenLargeScreen/indexL.vue b/src/views/sevenLargeScreen/indexL.vue index 456e508..3d84ce0 100644 --- a/src/views/sevenLargeScreen/indexL.vue +++ b/src/views/sevenLargeScreen/indexL.vue @@ -39,6 +39,10 @@
{{ adminName }}
+
+
+
项目后台
+
退出登录
@@ -48,11 +52,11 @@