From 8a88ab70d887c6af5c8fbd6c74397d7ee9bfb8dc Mon Sep 17 00:00:00 2001
From: zq <136432190602163.com>
Date: Wed, 21 Jan 2026 10:52:18 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B6=E9=83=A8=E9=BB=98=E8=AE=A4=E6=94=B6?=
=?UTF-8?q?=E5=BD=95=E6=95=B0=E9=87=8F=E6=98=BE=E7=A4=BA=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/HeaderClientSet.vue | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/components/HeaderClientSet.vue b/src/components/HeaderClientSet.vue
index ee74f0f..7ab9051 100644
--- a/src/components/HeaderClientSet.vue
+++ b/src/components/HeaderClientSet.vue
@@ -14,7 +14,7 @@
@click="goToPage(item.path)"
>
{{ item.name }}
-
+
@@ -32,7 +32,7 @@ export default {
doctor_id:'',
authtoken:false,
currentPath:'',
- total:30,
+ total:'',
routerNavList:[
{
name:'模板管理',
@@ -127,7 +127,6 @@ export default {
location.href = 'http://www.kuailelunwen.com/?adm=1'
},
goToPage(path) {
- console.log(this.currentPath ,path,'===0000');
if(this.currentPath == path) return;
this.currentPath = path;
this.$router.push({