Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -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) 的目录 | ... | ... |
-
Please register or sign in to post a comment