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用户

---
 ruoyi-ui/src/views/self/show.vue |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/src/views/self/show.vue b/ruoyi-ui/src/views/self/show.vue
index f28d412..cad6e43 100644
--- a/ruoyi-ui/src/views/self/show.vue
+++ b/ruoyi-ui/src/views/self/show.vue
@@ -1,4 +1,12 @@
 <template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>
+<template>
   <div class="app-container">
     <!--    鍥炲埌椤堕儴-->
     <el-backtop :bottom="150" :right="30">
@@ -922,7 +930,7 @@
 };
 </script>
 
-<style>
+<style scoped>
 /*.uoloadSty {*/
 /*  width:110px;*/
 /*  height:110px;*/
@@ -933,7 +941,7 @@
 /*}*/
 
 .el-icon-top {
-  background: url("src/assets/icons/top.png");
+  background: url("");
 }
 
 

--
Gitblit v1.9.1