hookehuyr

分包缩小体积

......@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-27 15:57:59
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-21 11:22:11
* @LastEditTime: 2022-10-31 17:00:58
* @FilePath: /swx/src/app.config.js
* @Description:
*/
......@@ -20,8 +20,6 @@ const getVantComponentConf = (arr) => {
export default {
pages: [
'pages/index/index',
'pages/foo/index',
'pages/my/index',
'pages/createActivity/index',
'pages/activityDetail/index',
'pages/post/index',
......@@ -33,9 +31,6 @@ export default {
'pages/userInfo/index',
'pages/addRecord/index',
'pages/editInfo/index',
'pages/myActivityList/index',
'pages/myCreateActivity/index',
'pages/myFollowUser/index',
'pages/projectManage/index',
'pages/createProject/index',
'pages/userManage/index',
......@@ -51,6 +46,22 @@ export default {
root: 'pages/demo',
pages: ['index'],
},
{
root: 'pages/my',
pages: ['index'],
},
{
root: 'pages/myActivityList',
pages: ['index'],
},
{
root: 'pages/myCreateActivity',
pages: ['index'],
},
{
root: 'pages/myFollowUser',
pages: ['index'],
},
],
window: {
backgroundTextStyle: 'light',
......