瀏覽代碼

修复 打包失败的问题

feat
JinxChen 2 年之前
父節點
當前提交
d18703d692
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      vue.config.js

+ 3
- 3
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: {


Loading…
取消
儲存