Browse Source

修改数据建模菜单结构

xuezizhuo 1 year ago
parent
commit
d8f2e96c90
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ruoyi-ui/src/views/dataEngine/datamodeling/index.vue

+ 2 - 2
ruoyi-ui/src/views/dataEngine/datamodeling/index.vue

@@ -144,7 +144,7 @@ export default {
     },
     /** 新增按钮操作 */
     handleAdd() {
-      this.$router.push("/datasheet/mysql");
+      this.$router.push("/data/createTable");
     },
     /** 搜索按钮操作 */
     handleQuery() {
@@ -177,7 +177,7 @@ export default {
     },
     handleUpdate(row) {
       this.$router.push({
-        path: "/datasheet/mysql",
+        path: "/data/createTable",
         query: {
           tableName: row.tableName,
           tableComment: row.tableComment,