From 0ae74b4529dc0066eeb478365ecb0cc5d8c1e430 Mon Sep 17 00:00:00 2001
From: zzl <961867786@qq.com>
Date: Thu, 27 Apr 2023 12:44:12 +0800
Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E6=89=8B=E6=8B=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/permission.js | 3 +
src/router/index.js | 9 +
src/views/admin.vue | 24 ++
src/views/sunVillage_info/suishoupai.vue | 374 +++++++++++++++++++++++
4 files changed, 410 insertions(+)
create mode 100644 src/views/admin.vue
create mode 100644 src/views/sunVillage_info/suishoupai.vue
diff --git a/src/permission.js b/src/permission.js
index add4335e..bf6a9e31 100644
--- a/src/permission.js
+++ b/src/permission.js
@@ -13,6 +13,8 @@ const whiteList = [
'/auth-redirect',
'/bind',
'/register',
+ '/admin', // 随手拍跳转
+
'/news/index',
'/news/newDetail',
'/notice/index',
@@ -138,6 +140,7 @@ const whiteList = [
'/sunVillage_info/list_vote', //详情页
'/sunVillage_info/list_vote_detail', //详情页
'/sunVillage_info/list_vote_form', //详情页
+ '/sunVillage_info/suishoupai', //随手拍
'/sunVillage_info/list_complaint', //详情页
'/sunVillage_info/list_complaint_add', //详情页
'/sunVillage_info/list_complaint_detail', //详情页
diff --git a/src/router/index.js b/src/router/index.js
index 1cce7f70..c28ccbd6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -3840,6 +3840,15 @@ export const constantRoutes = [
},
component: (resolve) => require(['@/views/sunVillage_info/list_complaint'], resolve)
},
+ { ////阳光村务(新)-- 随手拍
+ path: '/sunVillage_info/suishoupai',
+ name: 'sunVillageInfoSuishoupai',
+ meta: {
+ title: '随手拍',
+ hidden: true,
+ },
+ component: (resolve) => require(['@/views/sunVillage_info/suishoupai'], resolve)
+ },
{ ////阳光村务(新)-- 投诉建议
path: '/sunVillage_info/list_complaint_add',
name: 'sunVillageInfoListComplaintAdd',
diff --git a/src/views/admin.vue b/src/views/admin.vue
new file mode 100644
index 00000000..0dbed46b
--- /dev/null
+++ b/src/views/admin.vue
@@ -0,0 +1,24 @@
+
+
+
+
+
+
diff --git a/src/views/sunVillage_info/suishoupai.vue b/src/views/sunVillage_info/suishoupai.vue
new file mode 100644
index 00000000..8472c79e
--- /dev/null
+++ b/src/views/sunVillage_info/suishoupai.vue
@@ -0,0 +1,374 @@
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+
+
+
+
+
+
+
+
+
+
+