vue项目如何部署到Tomcat中 1,假设你要访问的项目名称为'hms' 2,在Tomcat的webapps下创建hms文件夹, 3,配置config/index.js文件,build: {} 选项里面 设置assetsPublicPath: '/hms/' (解释:这里改为这个配置之后,最后编译产生的index.html中相关路径也会带上'/hms',不会报404的错误了) 'use strict' // Template version: 1.2.6 // see http://vue…