From af2abce52a040b0b9ed3f0fe89d43a785ac18099 Mon Sep 17 00:00:00 2001
From: zx <604444282@qq.com>
Date: Tue, 7 Jun 2022 10:25:25 +0800
Subject: [PATCH] zx
---
README.md | 3 +-
public/index.html | 2 +-
src/App.vue | 1 -
src/components/alarmModal/index.vue | 126 --------
src/main.js | 2 -
src/permission.js | 8 +-
src/router/basic.js | 9 -
src/router/index.js | 62 +---
src/router/intShop.js | 75 +++++
src/styles/index.less | 5 +
.../Item/_brandAuthor}/index.vue | 2 +-
.../Item/_itemList}/index.vue | 2 +-
src/views/IntShop/Item/index.vue | 13 +
.../Setting/_certification/depend/config.js | 47 +++
.../IntShop/Setting/_certification/index.vue | 276 ++++++++++++++++++
src/views/IntShop/Setting/_shopInfo/index.vue | 51 ++++
src/views/IntShop/Setting/index.vue | 13 +
src/views/IntShop/WorkBench/index.vue | 92 ++++++
src/views/Layout/index.vue | 20 +-
src/views/Login/index.vue | 191 +-----------
.../GoodsManage/_goodsList/depend/form.vue | 2 +-
.../Shop/GoodsManage/_goodsList/index.vue | 3 +-
22 files changed, 600 insertions(+), 405 deletions(-)
delete mode 100644 src/components/alarmModal/index.vue
create mode 100644 src/router/intShop.js
rename src/views/{Set/basicSet => IntShop/Item/_brandAuthor}/index.vue (67%)
rename src/views/{FromPlatform => IntShop/Item/_itemList}/index.vue (69%)
create mode 100644 src/views/IntShop/Item/index.vue
create mode 100644 src/views/IntShop/Setting/_certification/depend/config.js
create mode 100644 src/views/IntShop/Setting/_certification/index.vue
create mode 100644 src/views/IntShop/Setting/_shopInfo/index.vue
create mode 100644 src/views/IntShop/Setting/index.vue
create mode 100644 src/views/IntShop/WorkBench/index.vue
diff --git a/README.md b/README.md
index 01585cc..96b2b94 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1 @@
-未开发功能:缴费计划、账单管理(暂无接口,暂无图),工单管理(暂无接口)
-bug:详见3.12问题单
\ No newline at end of file
+小蜜蜂商户端
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index c5f5595..3adb55e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,7 @@
-
智慧小区后台管理系统
+ 智慧商城后台管理系统