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
htoooth
2017-02-25 14:19:08 +0800
Commit
6af4e9ef8fa4a63dfa25e267c3c62a19847341cc
1 parent
22f86c23
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/middleware/htaccess/index.js
doraemon/middleware/htaccess/index.js
View file @
6af4e9e
...
...
@@ -43,7 +43,7 @@ files.forEach((file) => {
// 选择模块
const
loadRule
=
(
domain
)
=>
{
return
domainRules
[
domain
]
||
domain
.
default
;
return
domainRules
[
domain
]
||
domain
Rules
.
default
;
};
// 已处理完
...
...
Please
register
or
login
to post a comment