From 8addb6080cc3518702a404ed835d62b3c8d9c436 Mon Sep 17 00:00:00 2001 From: van Date: Tue, 7 Apr 2026 17:29:30 +0800 Subject: [PATCH] 1 --- src/components/MobileBottomNav/index.vue | 8 +- src/layout/index.vue | 9 +- src/router/index.js | 26 ++ src/views/mobile/fadan/index.vue | 313 ++++++++++++++++++ src/views/mobile/zhongcao/index.vue | 267 +++++++++++++++ src/views/system/jd-instruction/index.vue | 149 +++++++-- src/views/system/jdorder/orderList.vue | 8 +- .../system/social-media/xianyu-wenan.vue | 129 +++++--- tsconfig.json | 15 + 9 files changed, 835 insertions(+), 89 deletions(-) create mode 100644 src/views/mobile/fadan/index.vue create mode 100644 src/views/mobile/zhongcao/index.vue create mode 100644 tsconfig.json diff --git a/src/components/MobileBottomNav/index.vue b/src/components/MobileBottomNav/index.vue index f49919a..30cd18e 100644 --- a/src/components/MobileBottomNav/index.vue +++ b/src/components/MobileBottomNav/index.vue @@ -2,7 +2,7 @@