Commit f60da853 authored by pengyunqian's avatar pengyunqian

chore: resolve conflict

parent 98b740c4
...@@ -18,5 +18,7 @@ module.exports = { ...@@ -18,5 +18,7 @@ module.exports = {
port: port, port: port,
API_INTERNAL_URI: API_INTERNAL_URI[env], API_INTERNAL_URI: API_INTERNAL_URI[env],
PANDORA_URI: PANDORA_URI[env], PANDORA_URI: PANDORA_URI[env],
GOODS_URI: API_INTERNAL_URI[env] GOODS_URI: API_INTERNAL_URI[env],
WITHDRAWAL_URI: API_INTERNAL_URI[env],
GROUPMEAL_URI: API_INTERNAL_URI[env],
}; };
...@@ -10,7 +10,7 @@ import AddRole from "../pages/Role/add-role.vue"; ...@@ -10,7 +10,7 @@ import AddRole from "../pages/Role/add-role.vue";
import ManageRole from "../pages/Role/manage-role.vue"; import ManageRole from "../pages/Role/manage-role.vue";
import RoleDetail from "../pages/Role/role-detail.vue"; import RoleDetail from "../pages/Role/role-detail.vue";
import goodsRouter from "./Goods/index"; import goodsRouter from "./Goods/index";
import groupmealRouters from "./Groupmeal/index";
const routes = [ const routes = [
{ {
path: "/op/enterprise", path: "/op/enterprise",
...@@ -113,7 +113,9 @@ const routes = [ ...@@ -113,7 +113,9 @@ const routes = [
} }
}, },
// 商品管理路由 // 商品管理路由
...goodsRouter ...goodsRouter,
// 团餐运营
...groupmealRouters
]; ];
console.log(routes); console.log(routes);
......
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