Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
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
黄庭坚
jinfa-platform
Commits
859068e4
Commit
859068e4
authored
Oct 29, 2020
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改路径
parent
74768ba0
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
authConfigRoute.ts
config/routes/authConfigRoute.ts
+1
-1
channelRoute.ts
config/routes/channelRoute.ts
+1
-1
commodityRoute.ts
config/routes/commodityRoute.ts
+1
-1
logisticsRoutes.ts
config/routes/logisticsRoutes.ts
+1
-1
memberRoute.ts
config/routes/memberRoute.ts
+1
-1
payandSettle.ts
config/routes/payandSettle.ts
+1
-1
shopRoute.ts
config/routes/shopRoute.ts
+1
-1
No files found.
config/routes/authConfigRoute.ts
View file @
859068e4
...
...
@@ -5,7 +5,7 @@
* @LastEditTime: 2020-10-21 19:00:05
* @Description: 系统能力路由相关
*/
import
{
RouterChild
}
from
'../utils'
;
import
{
RouterChild
}
from
'../utils
/index
'
;
const
AuthConfigRoute
:
RouterChild
=
{
path
:
'/memberCenter/systemSetting'
,
...
...
config/routes/channelRoute.ts
View file @
859068e4
...
...
@@ -6,7 +6,7 @@
* @Last Modified time: 2020-09-29 14:35:34
* @Description: 渠道能力路由相关
*/
import
{
RouterChild
}
from
'../utils'
;
import
{
RouterChild
}
from
'../utils
/index
'
;
const
ShopRoute
:
RouterChild
=
{
path
:
'/memberCenter/channelAbility'
,
...
...
config/routes/commodityRoute.ts
View file @
859068e4
...
...
@@ -6,7 +6,7 @@
* @Last Modified time: 2020-07-18 11:19:36
* @Description: 商品能力路由相关
*/
import
{
RouterChild
}
from
'../utils'
;
import
{
RouterChild
}
from
'../utils
/index
'
;
const
CommodityRoute
:
RouterChild
=
{
path
:
'/memberCenter/commodityAbility'
,
...
...
config/routes/logisticsRoutes.ts
View file @
859068e4
...
...
@@ -6,7 +6,7 @@
* @LastEditTime: 2020-10-14 14:13:35
* @Description: 物流能力路由相关
*/
import
{
RouterChild
}
from
'../utils'
;
import
{
RouterChild
}
from
'../utils
/index
'
;
const
LogisticsRoute
:
RouterChild
=
{
path
:
'/memberCenter/logisticsAbility'
,
...
...
config/routes/memberRoute.ts
View file @
859068e4
...
...
@@ -6,7 +6,7 @@
* @Last Modified time: 2020-07-10 16:15:28
* @Description: 会员能力路由相关
*/
import
{
RouterChild
}
from
'../utils'
;
import
{
RouterChild
}
from
'../utils
/index
'
;
const
MemberRoute
:
RouterChild
=
{
path
:
'/memberCenter/memberAbility'
,
...
...
config/routes/payandSettle.ts
View file @
859068e4
...
...
@@ -5,7 +5,7 @@
* @Copyright: 1549414730@qq.com
* @LastEditTime: 2020-10-28 20:24:11
*/
import
{
RouterChild
}
from
'../utils'
;
import
{
RouterChild
}
from
'../utils
/index
'
;
const
payandSettleRoute
:
RouterChild
=
{
path
:
'/memberCenter/payandSettle'
,
...
...
config/routes/shopRoute.ts
View file @
859068e4
...
...
@@ -6,7 +6,7 @@
* @Last Modified time: 2020-09-29 14:36:01
* @Description: 店铺能力路由相关
*/
import
{
RouterChild
}
from
'../utils'
;
import
{
RouterChild
}
from
'../utils
/index
'
;
const
ShopRoute
:
RouterChild
=
{
path
:
'/memberCenter/shopAbility'
,
...
...
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