Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quantum-blocks
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
ui
quantum-blocks
Commits
ade6bde9
Commit
ade6bde9
authored
Sep 17, 2021
by
郭志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(list): 功能补充
parent
fa6061d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
index.vue
app/web/page/editor/view/pageList/index.vue
+1
-1
config.local.ts
config/config.local.ts
+4
-4
No files found.
app/web/page/editor/view/pageList/index.vue
View file @
ade6bde9
...
@@ -76,7 +76,7 @@ export default {
...
@@ -76,7 +76,7 @@ export default {
title
:
'
链接
'
,
title
:
'
链接
'
,
hideSearch
:
true
,
hideSearch
:
true
,
render
:
(
h
,
params
)
=>
{
render
:
(
h
,
params
)
=>
{
return
h
(
'
span
'
,
`
${
config
.
h5Host
}
/activity/
${
params
.
row
.
uuid
}
`
)
return
h
(
'
span
'
,
`
${
config
.
h5Host
}
/activity/
${
params
.
row
.
uuid
}
?vccToken={token}
`
)
}
}
},
},
{
{
...
...
config/config.local.ts
View file @
ade6bde9
...
@@ -26,8 +26,8 @@ export default (appInfo: EggAppConfig) => {
...
@@ -26,8 +26,8 @@ export default (appInfo: EggAppConfig) => {
dialect
:
'
mysql
'
,
dialect
:
'
mysql
'
,
username
:
'
qa
'
,
username
:
'
qa
'
,
password
:
'
qatest
'
,
password
:
'
qatest
'
,
host
:
'
172.17.5.
30
'
,
host
:
'
172.17.5.
17
'
,
port
:
3
0977
,
port
:
3
1548
,
database
:
'
low_code
'
,
database
:
'
low_code
'
,
};
};
...
@@ -36,8 +36,8 @@ export default (appInfo: EggAppConfig) => {
...
@@ -36,8 +36,8 @@ export default (appInfo: EggAppConfig) => {
keyPrefix
:
appInfo
.
name
+
'
:
'
,
keyPrefix
:
appInfo
.
name
+
'
:
'
,
},
},
client
:
{
client
:
{
port
:
3
156
5
,
// Redis port
port
:
3
262
5
,
// Redis port
host
:
'
172.17.
5.13
'
,
// Redis host
host
:
'
172.17.
6.7
'
,
// Redis host
password
:
''
,
password
:
''
,
db
:
0
db
:
0
}
}
...
...
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