Jarweb / mall-vue

移动端商城,vue, vuex, vux, vue-router, es6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

项目打包后,放在服务器上无法运行,webpack配置错误

taoorange opened this issue · comments

项目打包后放在服务器上不能运行,webpack配置错误,作者看看哪里有问题。

问题已经解决,是在webpack的config/index.js中,assetsPublicPath: '/',改为assetsPublicPath: './',