Commit 44437969 authored by 前端-许佳敏's avatar 前端-许佳敏

fix:恢复需求单,报价单路由

parent f65a03f9
......@@ -33,6 +33,8 @@ const routeList = [
authConfig,
commentRoutes,
contentRoute,
requisitionRoute,
enquiryOfferRoute,
]
const router = [
{
......
......@@ -19,7 +19,8 @@
"test": "umi-test",
"test:coverage": "umi-test --coverage",
"start:cross": "cross-env SITE_ID=352 yarn start",
"start:cross-dev": "cross-env SITE_ID=352 yarn start"
"start:cross-dev": "cross-env SITE_ID=352 yarn start",
"start:10": "cross-env SITE_ID=1 BACK_GATEWAY=http://10.0.0.10:8100 yarn start"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
......
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