田源
2024-07-22 53332ecb2d4126c7dc871036cdaeea3896efd30f
调整页面刷新重定向404问题
已修改2个文件
3 ■■■■ 文件已修改
Source/plt-web/plt-web-ui/src/router/page/index.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/enumType/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/router/page/index.js
@@ -58,7 +58,7 @@
  {
    path: '/',
    name: '主页',
    redirect: '/wel'
    redirect: '/wel/index'
  },
  {
    path: '/myiframe',
Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/enumType/index.vue
@@ -330,7 +330,6 @@
      this.dialogData = row.items;
      this.dialogVisible = true;
      this.editRow = row;
      console.log(row);
    },
    // 删除按钮点击