研发图纸文件管理系统-前端项目
chenghongxing
2020-10-02 517c1959d8b72e62b80c503d2ba89cdf48c96313
src/router/config.js
@@ -208,6 +208,11 @@
              path: 'palette',
              name: '颜色复选框',
              component: () => import('@/pages/components/Palette')
            },
            {
              path: 'table',
              name: '高级表格',
              component: () => import('@/pages/components/Table')
            }
          ]
        },