1885644b by 任超
2 parents 51964933 b5f11e4c
...@@ -115,8 +115,8 @@ export default { ...@@ -115,8 +115,8 @@ export default {
115 bdcdysz: this.bdcdysz 115 bdcdysz: this.bdcdysz
116 }).then(res => { 116 }).then(res => {
117 this.saveloding = false 117 this.saveloding = false
118 this.$emit("closeDialog") 118 this.$emit("closeDialog")
119 const { href } = this.$router.resolve('/fqsq?bsmSqyw=' + this.bsmSqyw + '&bsmSlsq=' + res.message) 119 const { href } = this.$router.resolve('/fqsq?bsmSlsq=' + res.result.bsmSlsq + '&bestepid=' + res.result.bestepid)
120 window.open(href, '_blank'); 120 window.open(href, '_blank');
121 }) 121 })
122 }, 122 },
......
...@@ -18,7 +18,7 @@ module.exports = { ...@@ -18,7 +18,7 @@ module.exports = {
18 * Detail: https://cli.vuejs.org/config/#publicpath 18 * Detail: https://cli.vuejs.org/config/#publicpath
19 */ 19 */
20 // 加载资源的路径 20 // 加载资源的路径
21 publicPath: '/', 21 publicPath: './',
22 // 设置项目打包生成的文件的存储目录,可以是静态路径也可以是相对路径 22 // 设置项目打包生成的文件的存储目录,可以是静态路径也可以是相对路径
23 outputDir: 'dist', 23 outputDir: 'dist',
24 // 设置放置打包生成的静态资源 (js、css、img、fonts) 的目录 24 // 设置放置打包生成的静态资源 (js、css、img、fonts) 的目录
......