Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
op-web-service
Commits
f60da853
Commit
f60da853
authored
Jul 26, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: resolve conflict
parent
98b740c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
config.js
server/config.js
+3
-1
index.js
src/router/index.js
+4
-2
No files found.
server/config.js
View file @
f60da853
...
@@ -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
],
};
};
src/router/index.js
View file @
f60da853
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment