From 8ba144ca3cc7df5b30c6fd2abf930002b715fa24 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Wed, 11 May 2022 14:37:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=89=93=E5=8C=85css?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=A2=E5=A4=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 8ace55c..bc44836 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2020-04-15 10:00:32 - * @LastEditTime: 2022-05-11 14:26:01 + * @LastEditTime: 2022-05-11 14:35:47 * @LastEditors: JinxChen * @Description: In User Settings Edit * @FilePath: \AntpayFrontEnd\vue.config.js @@ -22,12 +22,16 @@ module.exports = { entry: './src/main.js', template: './public/index.html', /* title: '用户登录' */ + chunks: ['chunk-vendors', 'chunk-common', 'index'], + subpage: 'src/main.js' }, // 再配置各个子页面:登录后课表查询页 gaode: { entry: './src/pages/gaode.js', template: './public/gaode.html', - title: '高德地图demo' + title: '高德地图demo', + chunks: ['chunk-vendors', 'chunk-common', 'index'], + subpage: 'src/pages/gaode.js' } }, devServer: {