Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
融通安全管理系统
rongtong-app
Commits
d5dbfecd
Commit
d5dbfecd
authored
Apr 10, 2024
by
kaitly205422@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下载附加
parent
76665a98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/views/riskProject/add/taskList.vue
src/views/riskProject/add/taskList.vue
+3
-2
vue.config.js
vue.config.js
+2
-1
No files found.
src/views/riskProject/add/taskList.vue
View file @
d5dbfecd
...
@@ -459,12 +459,13 @@ export default {
...
@@ -459,12 +459,13 @@ export default {
done
(
false
);
done
(
false
);
return
;
return
;
}
else
{
}
else
{
postFun
(
`/
risk
/advise`
,
{
postFun
(
`/
system/risk/plan
/advise`
,
{
value
:
this
.
advice
.
value
,
value
:
this
.
advice
.
value
,
id
:
this
.
planId
id
:
this
.
planId
}).
then
(
res
=>
{
}).
then
(
res
=>
{
done
();
done
();
window
.
open
(
res
.
data
);
// window.open();
window
.
open
(
window
.
location
.
origin
+
'
/app-api/system/risk/plan/export/
'
+
this
.
planId
);
})
})
}
}
}
else
{
}
else
{
...
...
vue.config.js
View file @
d5dbfecd
...
@@ -11,7 +11,8 @@ module.exports = {
...
@@ -11,7 +11,8 @@ module.exports = {
//配置跨域
//配置跨域
"
/app-api
"
:
{
"
/app-api
"
:
{
// target: "http://192.168.4.232:8080/", //这里是后台的地址
// target: "http://192.168.4.232:8080/", //这里是后台的地址
target
:
"
http://192.168.15.230:8080/
"
,
//这里是晓晋的地址
// target: "http://192.168.15.230:8080/", //这里是晓晋的地址
target
:
"
http://192.168.14.232:8080
"
,
//这里是晓晋的地址
ws
:
true
,
ws
:
true
,
changOrigin
:
true
,
//允许跨域
changOrigin
:
true
,
//允许跨域
// logLevel: 'debug', // 显示代理调试信息
// logLevel: 'debug', // 显示代理调试信息
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment