Commit ade6bde9 authored by 郭志伟's avatar 郭志伟

feat(list): 功能补充

parent fa6061d4
...@@ -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}`)
} }
}, },
{ {
......
...@@ -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: 30977, port: 31548,
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: 31565, // Redis port port: 32625, // Redis port
host: '172.17.5.13', // Redis host host: '172.17.6.7', // Redis host
password: '', password: '',
db: 0 db: 0
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment