fix: 1、修改dataSource路由路径;2、entity integration的mapping添加tag字段

This commit is contained in:
刘洪洪
2024-11-26 18:34:22 +08:00
parent 4062a604c7
commit 2b8d23eb6e
4 changed files with 34 additions and 14 deletions

View File

@@ -208,7 +208,7 @@ export default {
},
add () {
this.$router.push({
path: '/setting/source/create',
path: '/setting/dataSource/create',
query: {
t: +new Date()
}
@@ -232,7 +232,7 @@ export default {
viewSource () {
const pageNo = this.$router.currentRoute.value.query.pageNo
this.$router.push({
path: '/setting/source/view',
path: '/setting/dataSource/view',
query: {
t: +new Date(),
pageNoForTable: pageNo || 1,
@@ -243,7 +243,7 @@ export default {
jumpToEditPage (id) {
const pageNo = this.$router.currentRoute.value.query.pageNo
this.$router.push({
path: '/setting/source/edit',
path: '/setting/dataSource/edit',
query: {
t: +new Date(),
pageNoForTable: pageNo || 1,