king
2024-10-31 602ed54eaad8bcff9b360584a5e0f50e50ded380
src/utils/option.js
@@ -42,13 +42,6 @@
// 系统模板
export const sysTemps = [
  // {
  //   title: '基础表格',
  //   type: 'CommonTable',
  //   url: nortable,
  //   baseconfig: '',
  //   isSystem: true
  // },
  {
    title: '基础表格',
    type: 'BaseTable',
@@ -56,14 +49,6 @@
    baseconfig: '',
    isSystem: true
  },
  // {
  //   title: '主子表表格',
  //   type: 'CommonTable',
  //   url: mainsubtable,
  //   baseconfig: '',
  //   isSystem: true,
  //   isSubtable: true
  // },
  {
    title: '自定义',
    type: 'CustomPage',
@@ -71,13 +56,6 @@
    baseconfig: '',
    isSystem: true
  },
  // {
  //   title: '树形页面',
  //   type: 'TreePage',
  //   url: treepage,
  //   baseconfig: '',
  //   isSystem: true
  // },
  {
    title: '外部页面',
    type: 'NewPage',