Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-10-31 17:05:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f78af05471512ad0bfc54cff6970b0ab79b5fa3b
f78af054
1 parent
90d43acc
分包缩小体积
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
6 deletions
src/app.config.js
src/app.config.js
View file @
f78af05
...
...
@@ -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'
,
...
...
Please
register
or
login
to post a comment