From 79736a1cdb390e9036375f08a5aa6c8743820abb Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期日, 22 十二月 2024 16:29:33 +0800
Subject: [PATCH] 订单打印优化

---
 src/views/home/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 52c1a30..d23d265 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -16,7 +16,6 @@
 
 <script>
 import { mapGetters } from "vuex";
-import { login } from "@/api/user";
 import Chart from "./components/chart.vue";
 
 export default {

--
Gitblit v1.8.0