前端积分分页模块名称修正

feat/task1-c-wallet
Devil 2020-11-27 14:15:51 +08:00
parent d74f10e158
commit 0337346f75
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View File

@ -6,5 +6,6 @@
.tea
.idea
.htaccess
nginx.htaccess
*payment_*_respond.php
*payment_*_notify.php

View File

@ -1,5 +0,0 @@
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}