Commit 78599268 by 姜雷

修改索引配置

parent b15f188f
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"description": "", "description": "",
"appid": "wxf2cac8f84183c8fc", "appid": "wxf2cac8f84183c8fc",
"setting": { "setting": {
"checkSiteMap": false,
"urlCheck": true, "urlCheck": true,
"es6": false, "es6": false,
"postcss": false, "postcss": false,
......
{ {
"rules": { "rules": [
"action": "disallow", {
"page": "*" "action": "allow",
} "page": "pages/Login/Login"
},
{
"action": "disallow",
"page": "*"
}
]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment