| | |
| | | import AddProduct from './views/operateManage/productManage/AddProduct.vue' |
| | | import EquipmentList from './views/equipmentManage/equipmentList/index.vue' |
| | | import EquipmentDetail from './views/equipmentManage/equipmentDetail/index.vue' |
| | | import AppManage from './views/AppManage/AppManage.vue' |
| | | import AppEdit from './views/AppManage/AppEdit.vue' |
| | | import BaseAlgorithm from "./views/AlgrithmManage/BaseAlgorithm.vue"; |
| | | import PageAlgorithm from "./views/AlgrithmManage/PageAlgorithm.vue"; |
| | | import PageAlgorithmEdit from './views/AlgrithmManage/PageAlgorithmEdit.vue'; |
| | | import BaseAlgorithmEdit from './views/AlgrithmManage/BaseAlgorithmEdit.vue'; |
| | | |
| | | import MobileLogin from "./views/MobileLogin.vue"; |
| | | import BindPhone from "./views/BindPhone.vue"; |
| | |
| | | name: "UserList", |
| | | component: UserList |
| | | }, |
| | | { |
| | | { |
| | | path: "UserDetail", |
| | | name: "UserDetail", |
| | | component: UserDetail |
| | |
| | | name: "ModelList", |
| | | component: ModelList |
| | | }, |
| | | { |
| | | { |
| | | path: "AddModel", |
| | | name: "AddModel", |
| | | component: AddModel |
| | | }, |
| | | { |
| | | { |
| | | path: "ProductList", |
| | | name: "ProductList", |
| | | component: ProductList |
| | |
| | | name: "EquipmentList", |
| | | component: EquipmentList |
| | | }, |
| | | { |
| | | { |
| | | path: "EquipmentDetail", |
| | | name: "EquipmentDetail", |
| | | component: EquipmentDetail |
| | | }, |
| | | { |
| | | path: "AppManage", |
| | | name: "AppManage", |
| | | component: AppManage |
| | | }, |
| | | { |
| | | path: "AppEdit/:appId", |
| | | name: "appEdit", |
| | | component: AppEdit, |
| | | props: true |
| | | }, |
| | | { |
| | | path: "PageAlgorithm", |
| | | name: "PageAlgorithm", |
| | | component: PageAlgorithm, |
| | | }, |
| | | { |
| | | path: "BaseAlgorithm", |
| | | name: "BaseAlgorithm", |
| | | component: BaseAlgorithm, |
| | | }, |
| | | { |
| | | path: "PageAlgorithmEdit/:action/:id", |
| | | name: "PageAlgorithmEdit", |
| | | component: PageAlgorithmEdit, |
| | | props: true |
| | | }, |
| | | { |
| | | path: "BaseAlgorithmEdit/:action/:id", |
| | | name: "BaseAlgorithmEdit", |
| | | component: BaseAlgorithmEdit, |
| | | props: true |
| | | }, |
| | | ] |
| | | } |
| | | ] |