You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
762 B

5 years ago
{
"desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
"rules": [
{
"action":"allow",
"page":"path/pages/path/path",
"params":[
"subject_id"
],
"matching":"inclusive"
},
{
"action": "allow",
"page": "shixun/pages/shixun/shixun",
"params": [
"identifier"
],
"matching": "inclusive"
},
5 years ago
{
"action":"disallow",
"page":"account/pages/profile/profile"
},
{
"action":"disallow",
"page":"task/pages/task/task"
},
{
"action":"disallow",
"page":"course/pages/course/course"
},
{
"action": "allow",
"page": "*"
}
]
5 years ago
}