wwf
昨天 34f5733bc1f126c572580fa849b9403dfcddd84b
src/router/main/index.js
@@ -1,9 +1,11 @@
import home from '@/router/main/home/index.js'
import notice from '@/router/main/notice/index.js'
import appraisalPlan from '@/router/main/appraisalPlan'
const mainRouter = [
  ...home,
  ...notice
  ...notice,
  ...appraisalPlan
]
const router = [
  {