Commit c482cd0115410c71941ca0074d05e3a82e094674

Authored by 王飞
1 parent 3e8809f2

测试build

.env.production
... ... @@ -3,5 +3,5 @@ ENV = 'production'
3 3  
4 4 # base api
5 5 #VUE_APP_BASE_API = '/prod-api'
6   -VUE_APP_BASE_API = '/prov-api'
  6 +VUE_APP_BASE_API = 'http://test.renniting.cn/bcp/'
7 7  
... ...
vue.config.js
... ... @@ -21,7 +21,7 @@ module.exports = {
21 21 * In most cases please use '/' !!!
22 22 * Detail: https://cli.vuejs.org/config/#publicpath
23 23 */
24   - publicPath: '/',
  24 + publicPath: './',
25 25 outputDir: 'dist',
26 26 assetsDir: 'static',
27 27 lintOnSave: process.env.NODE_ENV === 'development',
... ...