From b156667a61df815ad145d0069570595f5f2e0c91 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期二, 22 八月 2023 15:03:52 +0800
Subject: [PATCH] api文件合并
---
screen_standard/src/stores/counter.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/screen_standard/src/stores/counter.js b/screen_standard/src/stores/counter.js
index e3364b2..c8dfe27 100644
--- a/screen_standard/src/stores/counter.js
+++ b/screen_standard/src/stores/counter.js
@@ -4,7 +4,6 @@
export const useCounterStore = defineStore('enterprise', {
state: () => {
- // 678
return {
companyId: '8',
departId: '132',
--
Gitblit v1.9.3