From e19d739b1b1eb2c5022bbffab1de5afa89afe1c7 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期五, 14 四月 2023 15:56:01 +0800
Subject: [PATCH] router/index.js里面修改了几个详细页面的权限对应到系统管理的按钮当中了 在对应的index.vue中修改了对应的路由信息 已经全部可以跳转到详情页面了,不管是admin用户还是zhangshu用户
---
zhang-content/pom.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/zhang-content/pom.xml b/zhang-content/pom.xml
index 123687e..ef877c5 100644
--- a/zhang-content/pom.xml
+++ b/zhang-content/pom.xml
@@ -45,5 +45,15 @@
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-maven-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+
</project>
\ No newline at end of file
--
Gitblit v1.9.1