From a852baf49d7a66e09f116267b5f97393e2b45e61 Mon Sep 17 00:00:00 2001
From: admin <>
Date: Mon, 5 Aug 2024 14:01:30 +0800
Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E5=88=A0=E9=99=A4=E6=97=A7?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/PagesStatistics/index.vue | 280 -------------
src/components/TabBar/index.vue | 6 -
src/pages.json | 34 +-
src/pagesConfig/index.vue | 246 -----------
src/pagesHome/index1.vue | 718 --------------------------------
src/pagesLogin/login/index.vue | 2 -
6 files changed, 1 insertion(+), 1285 deletions(-)
delete mode 100644 src/PagesStatistics/index.vue
delete mode 100644 src/pagesConfig/index.vue
delete mode 100644 src/pagesHome/index1.vue
diff --git a/src/PagesStatistics/index.vue b/src/PagesStatistics/index.vue
deleted file mode 100644
index 99b1128..0000000
--- a/src/PagesStatistics/index.vue
+++ /dev/null
@@ -1,280 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- child.title
- }}
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/components/TabBar/index.vue b/src/components/TabBar/index.vue
index a20466c..ac6a52c 100644
--- a/src/components/TabBar/index.vue
+++ b/src/components/TabBar/index.vue
@@ -76,12 +76,6 @@ const state = reactive({
// path: "/pagesConfig/index",
path: "/pagesHome/config",
},
- // {
- // text: "配置旧",
- // icon: "config.png",
- // activeIcon: "config_active.png",
- // path: "/pagesHome/index1",
- // },
{
text: "我的",
icon: "profile.png",
diff --git a/src/pages.json b/src/pages.json
index eb93daa..ec7fba2 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -39,13 +39,6 @@
"navigationStyle": "custom", // 控制头部是否显示
"navigationBarTitleText": "我的"
}
- },
- {
- "path": "pagesHome/index1",
- "style": {
- "navigationStyle": "custom", // 控制头部是否显示
- "navigationBarTitleText": "工作台"
- }
}
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
],
@@ -77,13 +70,6 @@
"navigationBarTitleText": "消息中心"
}
},
- // {
- // "path": "profile/index",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "个人中心"
- // }
- // },
{
"path": "profile/baseinfo",
"style": {
@@ -196,13 +182,6 @@
{
"root": "pagesStatistics",
"pages": [
- // {
- // "path": "index",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "数据统计"
- // }
- // },
{
"path": "receivePanel",
"style": {
@@ -268,13 +247,6 @@
{
"root": "pagesConfig",
"pages": [
- // {
- // "path": "index",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "配置"
- // }
- // },
{
"path": "printTemplate",
"style": {
@@ -519,11 +491,7 @@
{
"pagePath": "pagesHome/config",
"text": "配置"
- },
- {
- "pagePath": "pagesHome/index1",
- "text": "配置旧"
- },
+ }
{
"pagePath": "pagesHome/profile",
"text": "我的"
diff --git a/src/pagesConfig/index.vue b/src/pagesConfig/index.vue
deleted file mode 100644
index 48a7769..0000000
--- a/src/pagesConfig/index.vue
+++ /dev/null
@@ -1,246 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- child.title
- }}
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/pagesHome/index1.vue b/src/pagesHome/index1.vue
deleted file mode 100644
index 6369ad7..0000000
--- a/src/pagesHome/index1.vue
+++ /dev/null
@@ -1,718 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- {{ formatMoney(item.num, 2) }}
- {{ item.title }}
-
-
-
-
-
-
-
-
- 收货入库
-
-
-
-
-
- {{ item.num }}
-
-
- {{ item.title }}
-
-
-
-
-
-
-
-
-
- 出货销售
-
-
-
-
-
- {{ item.num }}
-
-
- {{ item.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 常用应用
-
-
-
- {{ item.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/pagesLogin/login/index.vue b/src/pagesLogin/login/index.vue
index 0cdee74..c9fc070 100644
--- a/src/pagesLogin/login/index.vue
+++ b/src/pagesLogin/login/index.vue
@@ -109,8 +109,6 @@ const model1 = reactive({
const seconds = ref(0);
// 控制focus 边框样式
const currentFocus = ref("");
-// 控制密码显示隐藏
-const isShowPwd = ref(false);
// 记住密码 // 同意协议
const checkGroup = reactive({
agreeCheck: true,