Browse Source

优化项目结构

master
lihenian 5 years ago
parent
commit
b906eaa41f
  1. 2
      app.json
  2. 6
      jsconfig.json
  3. 7
      sitemap84.json

2
app.json

@ -165,5 +165,5 @@
"desc": "e锦水将获取您的位置信息"
}
},
"sitemapLocation": "sitemap84.json"
"sitemapLocation": "sitemap.json"
}

6
jsconfig.json

@ -1,6 +0,0 @@
{
"compilerOptions": {
"target": "es2015",
"module": "commonjs"
}
}

7
sitemap84.json

@ -1,7 +0,0 @@
{
"desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
"rules": [{
"action": "allow",
"page": "*"
}]
}
Loading…
Cancel
Save