Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1885644b
authored
2022-09-02 15:50:39 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
51964933
b5f11e4c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/ywbl/ywsq/components/scdj/scdj.vue
vue.config.js
src/views/ywbl/ywsq/components/scdj/scdj.vue
View file @
1885644
...
...
@@ -115,8 +115,8 @@ export default {
bdcdysz
:
this
.
bdcdysz
}).
then
(
res
=>
{
this
.
saveloding
=
false
this
.
$emit
(
"closeDialog"
)
const
{
href
}
=
this
.
$router
.
resolve
(
'/fqsq?bsmS
qyw='
+
this
.
bsmSqyw
+
'&bsmSlsq='
+
res
.
message
)
this
.
$emit
(
"closeDialog"
)
const
{
href
}
=
this
.
$router
.
resolve
(
'/fqsq?bsmS
lsq='
+
res
.
result
.
bsmSlsq
+
'&bestepid='
+
res
.
result
.
bestepid
)
window
.
open
(
href
,
'_blank'
);
})
},
...
...
vue.config.js
View file @
1885644
...
...
@@ -18,7 +18,7 @@ module.exports = {
* Detail: https://cli.vuejs.org/config/#publicpath
*/
// 加载资源的路径
publicPath
:
'/'
,
publicPath
:
'
.
/'
,
// 设置项目打包生成的文件的存储目录,可以是静态路径也可以是相对路径
outputDir
:
'dist'
,
// 设置放置打包生成的静态资源 (js、css、img、fonts) 的目录
...
...
Please
register
or
sign in
to post a comment