From b14887f4e66d9ff1fc9f55680359eb956b9ae370 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 25 Dec 2023 09:44:46 +0800
Subject: [PATCH] 驾驶舱处理

---
 /dev/null               |   37 -------------------------------------
 src/views/wel/index.vue |    2 +-
 2 files changed, 1 insertions(+), 38 deletions(-)

diff --git a/src/views/largeSize/index.vue b/src/views/largeSize/index.vue
deleted file mode 100644
index 96f07e5..0000000
--- a/src/views/largeSize/index.vue
+++ /dev/null
@@ -1,37 +0,0 @@
-<!--
- * @Author: shuishen 1109946754@qq.com
- * @Date: 2023-12-25 09:31:14
- * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-12-25 09:37:51
- * @FilePath: \jczz_web\src\views\largeSize\index.vue
- * @Description: 
- * 
- * Copyright (c) 2023 by shuishen, All Rights Reserved. 
--->
-<template>
-    <div class="h96">
-        <iframe class="w100 h100"
-            src="http://srgdjczzxtpt.com:2181/databoard?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJmdHlzIiwiYXVkIjoiYWxsIiwibmJmIjoxNzAzMDQyNjAzLCJpc0ZyZWUiOnRydWUsImV4dHJhIjpudWxsLCJpc3MiOiJzZm1hcC51bmlmb3JtLmF1dGgiLCJleHAiOjE3MDMwNTM0MDMsImlhdCI6MTcwMzA0MjYwMywianRpIjoiNmVjZmRiNjdkZTllNDJhNjhiM2FmODhhODRhNWE3NjEifQ.OwN6zzceyBE_dwCx6yTAuth1pguBKkvlcls6M8_iHkY"
-            frameborder="0"></iframe>
-    </div>
-</template>
-
-<script>
-export default {
-
-}
-</script>
-
-<style lang="scss" scoped>
-.w100 {
-    width: 100%;
-}
-
-.h100 {
-    height: 100%;
-}
-
-.h96 {
-    height: 95.8%;
-}
-</style>
\ No newline at end of file
diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index cd06e6c..4acaf78 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -54,7 +54,7 @@
             this.$router.push({ path: "/grid/gridWorkLog/index" })
         },
         down6 () {
-            window.open('http://srgdjczzxtpt.com:2181/databoard/dashboard')
+            window.open('http://srgdjczzxtpt.com:2181/databoard?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJmdHlzIiwiYXVkIjoiYWxsIiwibmJmIjoxNzAzMDQyNjAzLCJpc0ZyZWUiOnRydWUsImV4dHJhIjpudWxsLCJpc3MiOiJzZm1hcC51bmlmb3JtLmF1dGgiLCJleHAiOjE3MDMwNTM0MDMsImlhdCI6MTcwMzA0MjYwMywianRpIjoiNmVjZmRiNjdkZTllNDJhNjhiM2FmODhhODRhNWE3NjEifQ.OwN6zzceyBE_dwCx6yTAuth1pguBKkvlcls6M8_iHkY')
         },
     },
     mouted () { },

--
Gitblit v1.9.3