From 8079d81893e91835e6a29b55f47c960036a053be Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期日, 09 四月 2023 09:19:51 +0800
Subject: [PATCH] 把layout中的index.vue的ruoyi.vip删除了
---
ruoyi-ui/src/views/note/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ruoyi-ui/src/views/note/index.vue b/ruoyi-ui/src/views/note/index.vue
index c8a0e53..e6ea2a7 100644
--- a/ruoyi-ui/src/views/note/index.vue
+++ b/ruoyi-ui/src/views/note/index.vue
@@ -487,7 +487,8 @@
/** 鏌ョ湅璇︾粏淇℃伅 */
handleCheck(row){
const id = row.id;
- this.$router.push("/family/property/note1/propertyInfo/" + id);
+
+ this.$router.push("/family/note1/propertyInfo/" + id);
},
/** 淇敼鎸夐挳鎿嶄綔 */
handleUpdate(row) {
@@ -495,7 +496,7 @@
let jd = true
this.$router.push({
- path:"/family/property/note1/propertyInfo/" + id,
+ path:"/family/note1/propertyInfo/" + id,
query:{
detail:jd
}
--
Gitblit v1.9.1