配置修改
1、线上部署修改.env.java_prod_production
NODE_ENV = production
# just a flag
ENV = 'java_prod_production'
VUE_APP_STORE = '1'
# java base api
VUE_APP_BASE_API = 'https://java.houjiemeishi.com/gw'
# You will need to set publicPath if you plan to deploy your site under a sub path,
# for example GitHub Pages. If you plan to deploy your site to https://foo.github.io/bar/,
# then publicPath should be set to "/bar/".
# In most cases please use '/' !!!
# Detail: https://cli.vuejs.org/config/#publicpath
# 访问上下文,不要改vue.config.js 里面的publicPath
PUBLIC_PATH = '/'