Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2017-04-06 17:19:01 +0800
Commit
58ec795311368cd28e326be46b744e19dec5ce45
1 parent
5434d5a6
erp2goods&index.html rewrite
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
doraemon/middleware/htaccess/rules/www.js
doraemon/middleware/htaccess/rules/www.js
View file @
58ec795
...
...
@@ -68,5 +68,17 @@ module.exports = [
'www'
);
}
},
// erp2good
{
type
:
TYPE
.
rewrite
,
origin
:
/
\/
erp2goods
(
.*
)
/
,
target
:
helpers
.
urlFormat
(
`
/
common
/
erp2goods
`
)
},
{
type
:
TYPE
.
redirect
,
origin
:
'/index.html'
,
target
:
helpers
.
urlFormat
(
`
/
`
)
}
];
...
...
Please
register
or
login
to post a comment