Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
4c879145
Commit
4c879145
authored
Feb 03, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路由文件国际化 遗漏
parent
b2670c39
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
index.js
src/router/index.js
+12
-8
No files found.
src/router/index.js
View file @
4c879145
...
...
@@ -4,7 +4,6 @@ import Router from 'vue-router'
import
Layout
from
'
@/layout
'
Vue
.
use
(
Router
)
/**
* Note: 路由配置项
*
...
...
@@ -256,7 +255,7 @@ export const constantRoutes = [
path
:
'
/customerCommissionInfo/:dictId(
\\
d+)/:id(
\\
d+)?
'
,
component
:
(
resolve
)
=>
require
([
'
@/views/ecw/customerCommissionInfo/index
'
],
resolve
),
name
:
'
customerCommissionInfo
'
,
meta
:
{
title
:
'
佣金设置
'
,
icon
:
''
,
activeMenu
:
'
/customer/customerCommissionInfo
'
},
meta
:
{
title
:
'
佣金设置
'
,
titleEn
:
'
Commission settings
'
,
icon
:
''
,
activeMenu
:
'
/customer/customerCommissionInfo
'
},
props
:
true
,
},
{
...
...
@@ -264,27 +263,27 @@ export const constantRoutes = [
component
:
(
resolve
)
=>
import
(
'
@/views/ecw/customer/edit
'
),
props
:
true
,
name
:
'
customerEdit
'
,
meta
:
{
title
:
'
编辑客户
'
,
icon
:
''
}
meta
:
{
title
:
'
编辑客户
'
,
titleEn
:
'
Edit Customer
'
,
icon
:
''
}
},
{
path
:
'
add-edit/:customerId(
\\
d+)
'
,
component
:
(
resolve
)
=>
import
(
'
@/views/ecw/customer/edit
'
),
props
:
true
,
name
:
'
customerEdit
'
,
meta
:
{
title
:
'
新建客户
'
,
icon
:
''
}
meta
:
{
title
:
'
新建客户
'
,
titleEn
:
'
New customer
'
,
icon
:
''
}
},{
path
:
'
perfect/:customerId(
\\
d+)
'
,
component
:
(
resolve
)
=>
import
(
'
@/views/ecw/customer/edit
'
),
props
:
true
,
name
:
'
perfect
'
,
meta
:
{
title
:
'
完善客户
'
,
icon
:
''
}
meta
:
{
title
:
'
完善客户
'
,
titleEn
:
'
Perfect customers
'
,
icon
:
''
}
},
{
path
:
'
query/:customerId(
\\
d+)
'
,
component
:
(
resolve
)
=>
import
(
'
@/views/ecw/customer/query
'
),
props
:
true
,
name
:
'
customerQuery
'
,
meta
:
{
title
:
'
客户详情
'
,
icon
:
''
,
activeMenu
:
'
/customer/customer
'
}
meta
:
{
title
:
'
客户详情
'
,
titleEn
:
'
Customer details
'
,
icon
:
''
,
activeMenu
:
'
/customer/customer
'
}
}
]
},
...
...
@@ -299,7 +298,7 @@ export const constantRoutes = [
component
:
(
resolve
)
=>
import
(
'
@/views/ecw/order/special
'
),
props
:
true
,
name
:
'
order-special
'
,
meta
:
{
title
:
'
订单特价申请
'
,
icon
:
''
,
activeMenu
:
'
/order/index
'
}
meta
:
{
title
:
'
订单特价申请
'
,
titleEn
:
'
Order special price application
'
,
icon
:
''
,
activeMenu
:
'
/order/index
'
}
},
/* {
path: 'discount/:orderItemId(\\d+)',
...
...
@@ -342,7 +341,7 @@ export const constantRoutes = [
component
:
(
resolve
)
=>
require
([
'
@/views/ecw/order/associatedOrder
'
],
resolve
),
props
:
true
,
name
:
'
associatedOrder
'
,
meta
:
{
title
:
'
关联订单
'
,
icon
:
''
,
activeMenu
:
'
/order/associatedOrder
'
,
noCache
:
true
,}
meta
:
{
title
:
'
关联订单
'
,
titleEn
:
'
Associated order
'
,
icon
:
''
,
activeMenu
:
'
/order/associatedOrder
'
,
noCache
:
true
,}
},
{
path
:
'
add-associated-order/:orderId(
\\
d+)
'
,
...
...
@@ -351,6 +350,7 @@ export const constantRoutes = [
name
:
'
addAssociatedOrder
'
,
meta
:{
title
:
'
添加关联订单
'
,
titleEn
:
'
Add associated order
'
,
icon
:
''
,
activeMenu
:
'
/order/addAssociatedOrder
'
,
noCache
:
true
,
...
...
@@ -363,6 +363,7 @@ export const constantRoutes = [
props
:
true
,
meta
:
{
title
:
'
订单互斥
'
,
titleEn
:
'
Orders are mutually exclusive
'
,
icon
:
''
,
activeMenu
:
'
/order/mutexOrder
'
,
noCache
:
true
,
...
...
@@ -374,6 +375,7 @@ export const constantRoutes = [
props
:
true
,
meta
:{
title
:
'
未加入互斥
'
,
titleEn
:
'
Mutual exclusion is not added
'
,
icon
:
''
,
activeMenu
:
'
/order/notMutexOrder
'
,
noCache
:
true
,
...
...
@@ -386,6 +388,7 @@ export const constantRoutes = [
props
:
true
,
meta
:{
title
:
'
调拨出仓
'
,
titleEn
:
'
Transfer out of warehouse
'
,
icon
:
''
,
activeMenu
:
'
order/transferWarehousing
'
,
noCache
:
true
,
...
...
@@ -398,6 +401,7 @@ export const constantRoutes = [
props
:
true
,
meta
:{
title
:
'
调拨到仓
'
,
titleEn
:
'
Transfer to warehouse
'
,
icon
:
''
,
activeMenu
:
'
order/transferToWarehouse
'
,
noCache
:
true
,
...
...
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