Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Cubic
Commits
ada77b7d
Commit
ada77b7d
authored
4 years ago
by
zhaojiwei
Browse files
Options
Download
Email Patches
Plain Diff
'update:依赖冲突预警前端页面'
parent
2089bf40
master
fe_kiwi
feature_data_source
feature_rebuild
feature_v1.5
feature_v1.5_thread
test
V1.4.4
V1.4.3
V1.4.2
V1.4.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cubic-ui/src/views/clash/index.vue
+32
-32
cubic-ui/src/views/clash/index.vue
with
32 additions
and
32 deletions
+32
-32
cubic-ui/src/views/clash/index.vue
+
32
-
32
View file @
ada77b7d
...
...
@@ -83,38 +83,38 @@ export default {
tableData
:
[],
listLoading
:
true
,
list
:
{
"
shanzhu
"
:
[
{
"
id
"
:
4
,
"
appId
"
:
"
1
"
,
"
serviceName
"
:
"
lihongtest
"
,
"
jarName
"
:
"
shanzhu:01
"
,
"
createDate
"
:
"
2021-04-24 00:21:08
"
}
],
"
lihong
"
:
[
{
"
id
"
:
1
,
"
appId
"
:
"
1
"
,
"
serviceName
"
:
"
lihongtest
"
,
"
jarName
"
:
"
lihong:01
"
,
"
createDate
"
:
"
2021-04-23 23:31:20
"
},
{
"
id
"
:
2
,
"
appId
"
:
"
1
"
,
"
serviceName
"
:
"
lihongtest
"
,
"
jarName
"
:
"
lihong:02
"
,
"
createDate
"
:
"
2021-04-24 00:19:43
"
},
{
"
id
"
:
3
,
"
appId
"
:
"
1
"
,
"
serviceName
"
:
"
lihongtest
"
,
"
jarName
"
:
"
lihong:03
"
,
"
createDate
"
:
"
2021-04-24 00:20:14
"
}
]
//
"shanzhu": [
//
{
//
"id": 4,
//
"appId": "1",
//
"serviceName": "lihongtest",
//
"jarName": "shanzhu:01",
//
"createDate": "2021-04-24 00:21:08"
//
}
//
],
//
"lihong": [
//
{
//
"id": 1,
//
"appId": "1",
//
"serviceName": "lihongtest",
//
"jarName": "lihong:01",
//
"createDate": "2021-04-23 23:31:20"
//
},
//
{
//
"id": 2,
//
"appId": "1",
//
"serviceName": "lihongtest",
//
"jarName": "lihong:02",
//
"createDate": "2021-04-24 00:19:43"
//
},
//
{
//
"id": 3,
//
"appId": "1",
//
"serviceName": "lihongtest",
//
"jarName": "lihong:03",
//
"createDate": "2021-04-24 00:20:14"
//
}
//
]
},
detail
:
''
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help