Browse Source

Merge branch 'feature-gaode' into develop

feat
JinxChen 2 years ago
parent
commit
acc820396f
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      vue.config.js

+ 4
- 4
vue.config.js View File

@@ -1,7 +1,7 @@
/*
* @Author: your name
* @Date: 2020-04-15 10:00:32
* @LastEditTime: 2022-05-11 14:42:10
* @LastEditTime: 2022-05-11 14:56:49
* @LastEditors: JinxChen
* @Description: In User Settings Edit
* @FilePath: \AntpayFrontEnd\vue.config.js
@@ -10,7 +10,7 @@ const port = process.env.port || process.env.npm_config_port || 8080;/* 7788 */

module.exports = {
// 注意: 多页面配置 不再使用全路径,单页面时可以开启
/* publicPath: './', */
publicPath: './',
outputDir: 'dist',
// assetsDir: 'static',
// lintOnSave: process.env.NODE_ENV === 'development',
@@ -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…
Cancel
Save