Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-pc
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-pc
Commits
fe5159e3
Commit
fe5159e3
authored
Apr 10, 2024
by
kaitly205422@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下载附加
parent
c1bafa08
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
9 deletions
+11
-9
src/api/risk/plan.js
src/api/risk/plan.js
+1
-1
src/views/risk/drawCanvas/index.vue
src/views/risk/drawCanvas/index.vue
+2
-2
src/views/risk/plan/ledgerdata.vue
src/views/risk/plan/ledgerdata.vue
+4
-3
vue.config.js
vue.config.js
+4
-3
No files found.
src/api/risk/plan.js
View file @
fe5159e3
...
...
@@ -28,7 +28,7 @@ export function addPlan(data) {
// 下载风险计划模板添加意见
export
function
addAdvise
(
data
)
{
return
request
({
url
:
'
/
app-api/risk
/advise
'
,
url
:
'
/
system/risk/plan
/advise
'
,
method
:
'
post
'
,
data
:
data
})
...
...
src/views/risk/drawCanvas/index.vue
View file @
fe5159e3
...
...
@@ -970,8 +970,8 @@ export default {
}
.rowText
{
writing-mode
:
vertical-
rl
;
-webkit-writing-mode
:
vertical-
rl
;
writing-mode
:
vertical-
lr
;
-webkit-writing-mode
:
vertical-
lr
;
font-size
:
20px
;
}
...
...
src/views/risk/plan/ledgerdata.vue
View file @
fe5159e3
...
...
@@ -251,7 +251,7 @@ export default {
this
.
getInfo
(
this
.
$route
.
params
.
id
);
},
methods
:
{
toDown
(
{
id
}
)
{
toDown
()
{
this
.
$prompt
(
'
风险管控建议
'
,
'
提示
'
,
{
confirmButtonText
:
'
确定
'
,
cancelButtonText
:
'
取消
'
,
...
...
@@ -264,9 +264,10 @@ export default {
}).
then
(({
value
})
=>
{
addAdvise
({
value
,
id
id
:
this
.
queryParams
.
planId
}).
then
(
res
=>
{
window
.
open
(
'
http://rongtongpc.censoft.com.cn/dev-api/profile/upload/report/风险评估报告模板.docx
'
);
// window.open('http://rongtongpc.censoft.com.cn/dev-api/system/risk/plan/export/149');
window
.
open
(
window
.
location
.
origin
+
'
/dev-api/system/risk/plan/export/
'
+
this
.
queryParams
.
planId
);
})
})
...
...
vue.config.js
View file @
fe5159e3
...
...
@@ -38,9 +38,9 @@ module.exports = {
[
process
.
env
.
VUE_APP_BASE_API
]:
{
// target: "http://192.168.10.137: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.15.152:8081`, //鲍德本地地址
// target: `http://127.0.0.1
:8080`, //本地地址
target
:
`http://192.168.14.232
:8080`
,
//本地地址
changeOrigin
:
true
,
pathRewrite
:
{
[
"
^
"
+
process
.
env
.
VUE_APP_BASE_API
]:
""
,
...
...
@@ -48,7 +48,8 @@ module.exports = {
},
"
/app-api
"
:
{
// target: "http://192.168.10.137:8080/",
target
:
`http://192.168.4.232:8080/`
,
//服务器地址
// target: `http://192.168.4.232:8080/`, //服务器地址
target
:
`http://192.168.14.232:8080/`
,
//服务器地址
// target: `http://192.168.15.230:8081`, //晓晋本地地址
// target: `http://192.168.15.152:8081`, //鲍德本地地址
// target: `http://127.0.0.1:8080`, //本地地址
...
...
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