From 0b78323501e7d62be59699ca57b00ef87fc2d49a Mon Sep 17 00:00:00 2001 From: lll Date: Thu, 23 Nov 2023 13:42:26 +0800 Subject: [PATCH] nyjcd --- src/App.vue | 2 +- src/views/Index.vue | 10 +- src/views/lll/NYJCD.vue | 218 +++++++++++++++++++++++++++++++++++++++- 3 files changed, 225 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 559a9dc..ef8a319 100644 --- a/src/App.vue +++ b/src/App.vue @@ -17,8 +17,8 @@ /* width: 100vw; height: 100vh; */ overflow: hidden; - background: transparent; background-image: url(./assets/img/左遮罩.png), url(./assets/img/右遮罩.png), url(./assets/img/遮罩上.png), url(./assets/img/下遮罩.png); + background-color: transparent; } diff --git a/src/views/Index.vue b/src/views/Index.vue index 75d8912..d3b067c 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -72,7 +72,7 @@

智能运维

-
+

碳资产管理

@@ -99,6 +99,14 @@ export default { isShow: true, }; }, + methods: { + sendMessageToCSharp() { + window.vuplex.postMessage({ + type: "Tog", + message: "碳资产管理_true", + }); + }, + }, };