From c482cd0115410c71941ca0074d05e3a82e094674 Mon Sep 17 00:00:00 2001 From: wangfei <1006884993@qq.com> Date: Sun, 7 Jul 2019 11:02:35 +0800 Subject: [PATCH] 测试build --- .env.production | 2 +- vue.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 543d7d1..2f2afbc 100644 --- a/.env.production +++ b/.env.production @@ -3,5 +3,5 @@ ENV = 'production' # base api #VUE_APP_BASE_API = '/prod-api' -VUE_APP_BASE_API = '/prov-api' +VUE_APP_BASE_API = 'http://test.renniting.cn/bcp/' diff --git a/vue.config.js b/vue.config.js index c160bd8..9a82698 100644 --- a/vue.config.js +++ b/vue.config.js @@ -21,7 +21,7 @@ module.exports = { * In most cases please use '/' !!! * Detail: https://cli.vuejs.org/config/#publicpath */ - publicPath: '/', + publicPath: './', outputDir: 'dist', assetsDir: 'static', lintOnSave: process.env.NODE_ENV === 'development', -- libgit2 0.21.4