系统开放，需要注释或释放的代码（系统关闭，相反过程）
注释：
1. App.vue
	行：5 ～ 8
	uni.redirectTo({
		url: '/pages/default/default'
	})
	return;

释放：
1. App.vue
	行：11
		// this.accredit(options)

作为所有页面pages的最后1个页面：
1. pages.json
	行：4 ～ 12
		{
			"path": "pages/default/default",
			"style": {
				"navigationBarTitleText": "公告",
				"enablePullDownRefresh": false,
				"transparentTitle": "always",
				"disableScroll": true
			}
		},