diff --git a/vue.config.js b/vue.config.js index 077e377..9353a88 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:44:56 + * @LastEditTime: 2022-05-11 14:56:49 * @LastEditors: JinxChen * @Description: In User Settings Edit * @FilePath: \AntpayFrontEnd\vue.config.js @@ -30,8 +30,8 @@ module.exports = { entry: './src/pages/gaode.js', template: './public/gaode.html', title: '高德地图demo', - chunks: ['chunk-vendors', 'chunk-common', 'gaode'], - subpage: 'src/pages/gaode.js' + /* chunks: ['chunk-vendors', 'chunk-common', 'gaode'], + subpage: 'src/pages/gaode.js' */ } }, devServer: {