From 4e0e36178d82ed486d8cec2c8f52ca96d715cc12 Mon Sep 17 00:00:00 2001
From: liyaozhi <lzhflash@163.com>
Date: Thu, 30 Oct 2025 19:16:05 +0800
Subject: [PATCH] 1、活动增加促销商品(完成后端) 2、修复小程序端活动相册下载不了的问题; 3、修复小程序端活动详情定位问题; 4、修复小程序端报名时免费的也弹出支付弹窗的问题; 5、修复分会后台活动核销码下载问题。

---
 saas_vue/src/router/index.js |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/saas_vue/src/router/index.js b/saas_vue/src/router/index.js
index 0e4799e..03c39d8 100644
--- a/saas_vue/src/router/index.js
+++ b/saas_vue/src/router/index.js
@@ -129,6 +129,27 @@
       }
     ]
   },
+  {
+    path: '/branchaccess',
+    redirect: { name: 'branchaccess_Index' },
+    meta: {
+      title: '母版'
+    },
+    component: () =>
+      import('@/views/layout/Main'),
+    children: [
+      /*权限管理*/
+      {
+        path: 'Index',
+        name: 'branchaccess_Index',
+        meta: {
+          title: '连盟后台权限管理'
+        },
+        component: () =>
+          import('@/views/branchaccess/Index')
+      }
+    ]
+  },
   /*----商城列表----*/
   {
     path: '/shop',
@@ -301,7 +322,7 @@
           title: '开放设置'
         },
         component: () =>
-          import('@/views/opensettings/index')
+          import('@/views/opensettings/Index')
       }
     ]
   },

--
Gitblit v1.9.2