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
22175666
Commit
22175666
authored
Jul 19, 2023
by
yf
Browse files
Options
Browse Files
Download
Plain Diff
合并冲突
parents
0b110b84
99f4d39b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
12 deletions
+19
-12
src/views/riskProject/add/taskList.vue
src/views/riskProject/add/taskList.vue
+10
-4
vue.config.js
vue.config.js
+9
-8
No files found.
src/views/riskProject/add/taskList.vue
View file @
22175666
...
@@ -163,7 +163,7 @@
...
@@ -163,7 +163,7 @@
<van-dropdown-item
v-model=
"value3"
:options=
"option3"
/>
<van-dropdown-item
v-model=
"value3"
:options=
"option3"
/>
</van-dropdown-menu>
</van-dropdown-menu>
</van-sticky>
</van-sticky>
<div
style=
"overflow-y: auto;"
>
<div
style=
"overflow-y: auto;
padding: 10px;
"
>
<van-cell-group
<van-cell-group
inset
inset
v-for=
"(item, index) in riskList"
v-for=
"(item, index) in riskList"
...
@@ -172,13 +172,14 @@
...
@@ -172,13 +172,14 @@
<van-row
<van-row
class=
"list-row"
class=
"list-row"
type=
"flex"
type=
"flex"
justify=
"space-between
"
align=
"center
"
style=
"margin-top:10px;"
style=
"margin-top:10px;"
@
click=
"toRiskDetail(item)"
@
click=
"toRiskDetail(item)"
>
>
<
van-col
span=
"20"
>
<
!--
<van-col
span=
"20"
>
--
>
<van-col
span=
"5"
style=
"line-height: 9;"
>
<van-col>
<van-image
<van-image
style=
"vertical-align: middle;margin-right: 15px;margin-left: 10px;"
width=
"58"
width=
"58"
height=
"58"
height=
"58"
:src=
"
:src=
"
...
@@ -900,4 +901,9 @@ p {
...
@@ -900,4 +901,9 @@ p {
font-weight: none;
font-weight: none;
z-index: 99;
z-index: 99;
}
}
.item-prop{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
</
style
>
</
style
>
vue.config.js
View file @
22175666
...
@@ -2,24 +2,25 @@ module.exports = {
...
@@ -2,24 +2,25 @@ module.exports = {
productionSourceMap
:
false
,
productionSourceMap
:
false
,
devServer
:
{
devServer
:
{
open
:
true
,
open
:
true
,
host
:
'
localhost
'
,
host
:
"
localhost
"
,
port
:
8080
,
port
:
8080
,
https
:
false
,
https
:
false
,
//以上的ip和端口是我们本机的;下面为需要跨域的
//以上的ip和端口是我们本机的;下面为需要跨域的
proxy
:
{
//配置跨域
proxy
:
{
'
/app-api
'
:
{
//配置跨域
// target: 'http://192.168.4.232:8080/', //这里是后台的地址
"
/app-api
"
:
{
target
:
"
http://192.168.4.232:8080/
"
,
//这里是后台的地址
// target: 'http://192.168.15.124:8080/', //这里是杨帆的地址
// target: 'http://192.168.15.124:8080/', //这里是杨帆的地址
// target: 'http://192.168.10.137:8080/', //这里是昊哥的地址
// target: 'http://192.168.10.137:8080/', //这里是昊哥的地址
// target: 'http://192.168.10.36:8080/', //这里是昊哥的地址
// target: 'http://192.168.10.36:8080/', //这里是昊哥的地址
target
:
'
http://localhost:8081/
'
,
//这里是后台的地址
//
target: 'http://localhost:8081/', //这里是后台的地址
ws
:
true
,
ws
:
true
,
changOrigin
:
true
,
//允许跨域
changOrigin
:
true
//允许跨域
// logLevel: 'debug', // 显示代理调试信息
// logLevel: 'debug', // 显示代理调试信息
// pathRewrite: {
// pathRewrite: {
// '^/app-api': '' //请求的时候使用这个api就可以
// '^/app-api': '' //请求的时候使用这个api就可以
// }
// }
}
,
}
// '/ps_ceninss': {
// '/ps_ceninss': {
// target: 'http://192.168.3.80:8080', //这里是后台的地址
// target: 'http://192.168.3.80:8080', //这里是后台的地址
// ws: true,
// ws: true,
...
@@ -30,4 +31,4 @@ module.exports = {
...
@@ -30,4 +31,4 @@ module.exports = {
// }
// }
}
}
}
}
}
}
;
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