Commit 4b49e7cb authored by XieZhiXiong's avatar XieZhiXiong

Merge branch 'feat-v2-220518-order' into 'v2-220518'

chore: 恢复代码 See merge request linkseeks-design/pro-platform!601
parents a8b47c8f 941ab0ca
......@@ -43,7 +43,7 @@ const config: any = {
// layout: {},
esbuild: {},
// 打开msfu会导致样式异常, 无法获得正常的样式变量
// mfsu: {},
mfsu: {},
antd: {},
locale: {
default: 'zh-CN',
......
......@@ -45,8 +45,8 @@ const srmPurchaserHomeRoute = {
};
// isDev ? [ homeRoute, OrderRoute ] :
const routes = asyncRoutes;
// const routes = isDev ? [ homeRoute, AuthConfigRoute ] : asyncRoutes;
// const routes = asyncRoutes;
const routes = isDev ? [ homeRoute, AuthConfigRoute ] : asyncRoutes;
const memberCenterRoute = {
path: '/memberCenter',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment