From 1b8cba540092b2377734f6771fcafd6e51e0c7fb Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期三, 26 七月 2023 19:41:55 +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 4039ada..441b195 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -1217,7 +1217,6 @@
let uuid;
login(defaultAccount, defaultPassword, code, uuid)
.then(async (res) => {
- debugger
setToken(res.token);
await this.getDictData();
this.getinfos();
--
Gitblit v1.9.3