123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- import Home from '../views/Home/Home.vue'
- /* 首页 */
- import index from '@/views/index/Index.vue'
- /* 定点屠宰智能管控 */
- import firmBuy from '@/views/slaughterManagment/firmBuy.vue'
- import inButcherHurdle from '@/views/slaughterManagment/inButcherHurdle.vue'
- import reportQuarantine from '@/views/slaughterManagment/reportQuarantine.vue'
- import regisSlaughter from '@/views/slaughterManagment/regisSlaughter.vue'
- import slaughterWeight from '@/views/slaughterManagment/slaughterWeight.vue'
- import inStore from '@/views/slaughterManagment/inStore.vue'
- import outStore from '@/views/slaughterManagment/outStore.vue'
- import drainageAcid from '@/views/slaughterManagment/drainageAcid.vue'
- import segmentation from '@/views/slaughterManagment/segmentation.vue'
- import splitBatch from '@/views/slaughterManagment/splitBatch.vue'
- import costAccounting from '@/views/slaughterManagment/costAccounting.vue'
- /* 销售管理 */
- import client from '@/views/sellManagement/client.vue'
- import price from '@/views/sellManagement/price.vue'
- import sellRegister from '@/views/sellManagement/sellRegister.vue'
- import directSell from '@/views/sellManagement/directSell.vue'
- import carcassSell from '@/views/sellManagement/carcassSell.vue'
- import splitSell from '@/views/sellManagement/splitSell.vue'
- import elseSell from '@/views/sellManagement/elseSell.vue'
- /* 产品制作智能监控 */
- import productInfo from '@/views/productManagement/productInfo.vue'
- import splitLog from '@/views/productManagement/splitLog.vue'
- import sheepskinLog from '@/views/productManagement/sheepskinLog.vue'
- import goatBloodLog from '@/views/productManagement/goatBloodLog.vue'
- import goatHasletLog from '@/views/productManagement/goatHasletLog.vue'
- /* 鲜肉储运智能管控 */
- import dispatching from '@/views/storeTransportation/dispatching.vue'
- import transportation from '@/views/storeTransportation/transportation.vue'
- import shopStore from '@/views/storeTransportation/shopStore.vue'
- import productQuery from '@/views/storeTransportation/productQuery.vue'
- /* 模板 */
- import Aa from '../views/template/Aa.vue'
- import Ab from '../views/template/Ab.vue'
- import Ac from '../views/template/Ac.vue'
- import Ad from '../views/template/Ad.vue'
- import Ae from '../views/template/Ae.vue'
- import Af from '../views/template/Af.vue'
- export default [
- {
- path: '/home',
- component: Home,
- children: [
- {
- path: 'index',
- name: 'index',
- component: index
- },
- // 定点屠宰智能管控
- {
- path: 'firmBuy',
- name: 'firmBuy',
- component: firmBuy
- },
- {
- path: 'inButcherHurdle',
- name: 'inButcherHurdle',
- component: inButcherHurdle
- },
- {
- path: 'reportQuarantine',
- name: 'reportQuarantine',
- component: reportQuarantine
- },
- {
- path: 'regisSlaughter',
- name: 'regisSlaughter',
- component: regisSlaughter
- },
- {
- path: 'slaughterWeight',
- name: 'slaughterWeight',
- component: slaughterWeight
- },
- {
- path: 'inStore',
- name: 'inStore',
- component: inStore
- },
- {
- path: 'outStore',
- name: 'outStore',
- component: outStore
- },
- {
- path: 'segmentation',
- name: 'segmentation',
- component: segmentation
- },
- {
- path: 'splitBatch',
- name: 'splitBatch',
- component: splitBatch
- },
- {
- path: 'costAccounting',
- name: 'costAccounting',
- component: costAccounting
- },
- /* 销售管理 */
- {
- path: 'client',
- name: 'client',
- component: client
- },
- {
- path: 'price',
- name: 'price',
- component: price
- },
- {
- path: 'sellRegister',
- name: 'sellRegister',
- component: sellRegister
- },
- {
- path: 'directSell',
- name: 'directSell',
- component: directSell
- },
- {
- path: 'carcassSell',
- name: 'carcassSell',
- component: carcassSell
- },
- {
- path: 'splitSell',
- name: 'splitSell',
- component: splitSell
- },
- {
- path: 'elseSell',
- name: 'elseSell',
- component: elseSell
- },
- {
- path: 'drainageAcid',
- name: 'drainageAcid',
- component: drainageAcid
- },
- /* 产品制作智能监控 */
- {
- path: 'productInfo',
- name: 'productInfo',
- component: productInfo
- },
- {
- path: 'splitLog',
- name: 'splitLog',
- component: splitLog
- },
- {
- path: 'sheepskinLog',
- name: 'sheepskinLog',
- component: sheepskinLog
- },
- {
- path: 'goatBloodLog',
- name: 'goatBloodLog',
- component: goatBloodLog
- },
- {
- path: 'goatHasletLog',
- name: 'goatHasletLog',
- component: goatHasletLog
- },
- {
- path: 'dispatching',
- name: 'dispatching',
- component: dispatching
- },
- {
- path: 'transportation',
- name: 'transportation',
- component: transportation
- },
- {
- path: 'shopStore',
- name: 'shopStore',
- component: shopStore
- },
- {
- path: 'productQuery',
- name: 'productQuery',
- component: productQuery
- },
-
-
- // 模板
- {
- path: 'aa',
- name: 'aa',
- component: Aa
- },
- {
- path: 'ab',
- name: 'ab',
- component: Ab
- },
- {
- path: 'ac',
- name: 'ac',
- component: Ac
- },
- {
- path: 'ad',
- name: 'ad',
- component: Ad
- },
- {
- path: 'ae',
- name: 'ae',
- component: Ae
- },
- {
- path: 'af',
- name: 'af',
- component: Af
- }
- ]
- },
- ]
|