Browse Source

Merge branch 'feature-gaode' into develop

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

+ 2
- 2
vue.config.js View File

@@ -1,7 +1,7 @@
/* /*
* @Author: your name * @Author: your name
* @Date: 2020-04-15 10:00:32 * @Date: 2020-04-15 10:00:32
* @LastEditTime: 2022-05-11 14:35:47
* @LastEditTime: 2022-05-11 14:42:10
* @LastEditors: JinxChen * @LastEditors: JinxChen
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \AntpayFrontEnd\vue.config.js * @FilePath: \AntpayFrontEnd\vue.config.js
@@ -30,7 +30,7 @@ module.exports = {
entry: './src/pages/gaode.js', entry: './src/pages/gaode.js',
template: './public/gaode.html', template: './public/gaode.html',
title: '高德地图demo', title: '高德地图demo',
chunks: ['chunk-vendors', 'chunk-common', 'index'],
chunks: ['chunk-vendors', 'chunk-common', 'gaode'],
subpage: 'src/pages/gaode.js' subpage: 'src/pages/gaode.js'
} }
}, },


Loading…
Cancel
Save