From 5f303821bd4052317db4b3e71342fb300ce5c3c9 Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期二, 22 八月 2023 10:56:01 +0800
Subject: [PATCH] 大屏
---
screen_standard/src/App.vue | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/screen_standard/src/App.vue b/screen_standard/src/App.vue
index 9799296..117e1ba 100644
--- a/screen_standard/src/App.vue
+++ b/screen_standard/src/App.vue
@@ -1,14 +1,19 @@
<script setup>
-
import AppLayout from './components/AppLayout.vue'
+import { useCounterStore } from '@/stores/counter.js'
+import { useRoute } from 'vue-router'
+
+const enterprise = useCounterStore()
+const route = useRoute()
+
+console.log(route.query)
+
+// enterprise.setCompanyId(8)
+// enterprise.setDepartId(111)
</script>
<template>
<AppLayout />
-<<<<<<< HEAD
-
-=======
->>>>>>> 5103535bcd7b012c0eda4cbb26968066b35704d1
</template>
<style scoped>
--
Gitblit v1.9.3