routes.ini 7.28 KB
routes.index.type = "rewrite"
routes.index.match = "/index.html"
routes.index.route.module = Default
routes.index.route.controller = Console
routes.index.route.action = Index

routes.console.type = "rewrite"
routes.console.match = "/console.html"
routes.console.route.module = Default
routes.console.route.controller = Console
routes.console.route.action = Index

routes.console_navbox.type = "rewrite"
routes.console_navbox.match = "/console/navbox.html"
routes.console_navbox.route.module = Default
routes.console_navbox.route.controller = Console
routes.console_navbox.route.action = Navbox

routes.resource.type = "rewrite"
routes.resource.match = "/system/resource.html"
routes.resource.route.module = System
routes.resource.route.controller = Resource
routes.resource.route.action = Index

routes.resource_add.type = "rewrite"
routes.resource_add.match = "/system/resource/add.html"
routes.resource_add.route.module = System
routes.resource_add.route.controller = Resource
routes.resource_add.route.action = Add

routes.resource_save.type = "rewrite"
routes.resource_save.match = "/system/resource/save.html"
routes.resource_save.route.module = System
routes.resource_save.route.controller = Resource
routes.resource_save.route.action = Save

routes.resource_edit.type = "rewrite"
routes.resource_edit.match = "/system/resource/edit.html"
routes.resource_edit.route.module = System
routes.resource_edit.route.controller = Resource
routes.resource_edit.route.action = Edit

routes.resource_modify.type = "rewrite"
routes.resource_modify.match = "/system/resource/modify.html"
routes.resource_modify.route.module = System
routes.resource_modify.route.controller = Resource
routes.resource_modify.route.action = Modify

routes.resource_del.type = "rewrite"
routes.resource_del.match = "/system/resource/del.html"
routes.resource_del.route.module = System
routes.resource_del.route.controller = Resource
routes.resource_del.route.action = Del

routes.resource_action.type = "rewrite"
routes.resource_action.match = "/system/resource/action.html"
routes.resource_action.route.module = System
routes.resource_action.route.controller = Resource
routes.resource_action.route.action = Action

routes.resource_action_add.type = "rewrite"
routes.resource_action_add.match = "/system/resource/action/add.html"
routes.resource_action_add.route.module = System
routes.resource_action_add.route.controller = Resource
routes.resource_action_add.route.action = Addaction

routes.resource_action_save.type = "rewrite"
routes.resource_action_save.match = "/system/resource/action/save.html"
routes.resource_action_save.route.module = System
routes.resource_action_save.route.controller = Resource
routes.resource_action_save.route.action = Saveaction

routes.resource_action_box.type = "rewrite"
routes.resource_action_box.match = "/system/resource/action/resourcebox.html"
routes.resource_action_box.route.module = System
routes.resource_action_box.route.controller = Resource
routes.resource_action_box.route.action = Resourcebox

routes.dept.type = "rewrite"
routes.dept.match = "/system/dept.html"
routes.dept.route.module = System
routes.dept.route.controller = Dept
routes.dept.route.action = Index

routes.user.type = "rewrite"
routes.user.match = "/system/user.html"
routes.user.route.module = System
routes.user.route.controller = User
routes.user.route.action = Index

routes.user_add.type = "rewrite"
routes.user_add.match = "/system/user/add.html"
routes.user_add.route.module = System
routes.user_add.route.controller = User
routes.user_add.route.action = Add

routes.user_save.type = "rewrite"
routes.user_save.match = "/system/user/save.html"
routes.user_save.route.module = System
routes.user_save.route.controller = User
routes.user_save.route.action = Save

routes.user_rolebox.type = "rewrite"
routes.user_rolebox.match = "/system/user/rolebox.html"
routes.user_rolebox.route.module = System
routes.user_rolebox.route.controller = User
routes.user_rolebox.route.action = Rolebox

routes.user_del.type = "rewrite"
routes.user_del.match = "/system/user/del.html"
routes.user_del.route.module = System
routes.user_del.route.controller = User
routes.user_del.route.action = Del

routes.user_edit.type = "rewrite"
routes.user_edit.match = "/system/user/edit.html"
routes.user_edit.route.module = System
routes.user_edit.route.controller = User
routes.user_edit.route.action = Edit

routes.user_change.type = "rewrite"
routes.user_change.match = "/system/user/change.html"
routes.user_change.route.module = System
routes.user_change.route.controller = User
routes.user_change.route.action = Change

routes.user_purview.type = "rewrite"
routes.user_purview.match = "/system/user/purview.html"
routes.user_purview.route.module = System
routes.user_purview.route.controller = User
routes.user_purview.route.action = Purview

routes.user_authorize.type = "rewrite"
routes.user_authorize.match = "/system/user/authorize.html"
routes.user_authorize.route.module = System
routes.user_authorize.route.controller = User
routes.user_authorize.route.action = Authorize

routes.login.type = "rewrite"
routes.login.match = "/login.html"
routes.login.route.module = Default
routes.login.route.controller = Index
routes.login.route.action = Login

routes.dept_purview.type = "rewrite"
routes.dept_purview.match = "/system/dept/purview.html"
routes.dept_purview.route.module = System
routes.dept_purview.route.controller = Dept
routes.dept_purview.route.action = Purview

routes.dept_add.type = "rewrite"
routes.dept_add.match = "/system/dept/add.html"
routes.dept_add.route.module = System
routes.dept_add.route.controller = Dept
routes.dept_add.route.action = Add

routes.role.type = "rewrite"
routes.role.match = "/system/role.html"
routes.role.route.module = System
routes.role.route.controller = Role
routes.role.route.action = Index

routes.role_add.type = "rewrite"
routes.role_add.match = "/system/role/add.html"
routes.role_add.route.module = System
routes.role_add.route.controller = Role
routes.role_add.route.action = Add

routes.role_edit.type = "rewrite"
routes.role_edit.match = "/system/role/edit.html"
routes.role_edit.route.module = System
routes.role_edit.route.controller = Role
routes.role_edit.route.action = Edit

routes.role_purview.type = "rewrite"
routes.role_purview.match = "/system/role/purview.html"
routes.role_purview.route.module = System
routes.role_purview.route.controller = Role
routes.role_purview.route.action = Purview

routes.product.type = "rewrite"
routes.product.match = "/product.html"
routes.product.route.module = Default
routes.product.route.controller = Product
routes.product.route.action = Index

routes.yaf.type = "rewrite"
routes.yaf.match = "/yar.html"
routes.yaf.route.module = Default
routes.yaf.route.controller = Product
routes.yaf.route.action = yar


routes.api_index.type = "rewrite"
routes.api_index.match = "/api"
routes.api_index.route.module = Api
routes.api_index.route.controller = Index
routes.api_index.route.action = Index

routes.storehouse_index.type = "rewrite"
routes.storehouse_index.match = "/erp/storehouse.html"
routes.storehouse_index.route.module = Erp
routes.storehouse_index.route.controller = Storehouse
routes.storehouse_index.route.action = Index

routes.erp_product_index.type = "rewrite"
routes.erp_product_index.match = "/erp/product.html"
routes.erp_product_index.route.module = Erp
routes.erp_product_index.route.controller = Product
routes.erp_product_index.route.action = Index