Ben Lin
2024-06-26 d78bfcfe33940427c68033511f9adc35ca2f79d7
src/views/tigerprojects/system/lowcode/entityts/ProdRouteBinding.ts
@@ -4,7 +4,7 @@
 * @version:
 * @Date: 2024-06-19 20:34:27
 * @LastEditors: Ben Lin
 * @LastEditTime: 2024-06-23 00:38:02
 * @LastEditTime: 2024-06-25 18:30:51
 */
import { GetRoutePTree } from '/@/api/tigerapi/mes/router';
@@ -38,6 +38,10 @@
      }
      return icon;
    },
    /**
     * @description: 高级表单和详情页面返回主页面的url
     * @return {*}
     */
    GetHomeUrl: () => {
      return `/V_BAS_PROD/LC/${encodeURI(JSON.stringify({ ID: 'V_BAS_PROD', colSlots: [], crudColSlots: [] }))}`;
    },