Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
haishi
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
haishi
Commits
9a90d6dd
Commit
9a90d6dd
authored
Mar 27, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
e580fbf8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
application/Common/Conf/config.php
+1
-1
data/conf/route.php
+2
-2
No files found.
application/Common/Conf/config.php
View file @
9a90d6dd
...
...
@@ -71,7 +71,7 @@ $configs= array(
/* URL设置 */
'URL_CASE_INSENSITIVE'
=>
true
,
// 默认false 表示URL区分大小写 true则表示不区分大小写
'URL_MODEL'
=>
3
,
// URL访问模式,可选参数0、1、2、3,代表以下四种模式:
'URL_MODEL'
=>
2
,
// URL访问模式,可选参数0、1、2、3,代表以下四种模式:
// 0 (普通模式); 1 (PATHINFO 模式); 2 (REWRITE 模式); 3 (兼容模式) 默认为PATHINFO 模式,提供最好的用户体验和SEO支持
'URL_PATHINFO_DEPR'
=>
'/'
,
// PATHINFO模式下,各参数之间的分割符号
'URL_HTML_SUFFIX'
=>
''
,
// URL伪静态后缀设置
...
...
data/conf/route.php
View file @
9a90d6dd
<?php
return
array
(
);
\ No newline at end of file
'Appapi/pay/notify_wx'
=>
'Appapi/pay/notify_wx'
);
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