Commit ba51eeb5 authored by verestrasz's avatar verestrasz

通证hash

parent be71b139
...@@ -93,6 +93,7 @@ export default { ...@@ -93,6 +93,7 @@ export default {
columns: [ columns: [
{ title: '编号', key: 'commodityPassId', minWidth: 120, align: 'center' }, { title: '编号', key: 'commodityPassId', minWidth: 120, align: 'center' },
{ title: '标识名称', key: 'labelName', width: 120, align: 'center' }, { title: '标识名称', key: 'labelName', width: 120, align: 'center' },
{ title: '通证哈希', key: 'hash', width: 120, align: 'center' },
{ title: '绑定商品编号', key: 'goodsId', minWidth: 180, align: 'center' }, { title: '绑定商品编号', key: 'goodsId', minWidth: 180, align: 'center' },
{ title: '绑定商品名称', key: 'goodsName', minWidth: 150, align: 'center' }, { title: '绑定商品名称', key: 'goodsName', minWidth: 150, align: 'center' },
{ title: '可用数量', key: 'availableNumber', minWidth: 100, align: 'center' }, { title: '可用数量', key: 'availableNumber', minWidth: 100, align: 'center' },
......
...@@ -48,8 +48,8 @@ module.exports = { ...@@ -48,8 +48,8 @@ module.exports = {
}, },
// target: 'http://172.22.17.174:8088' // target: 'http://172.22.17.174:8088'
// target: 'http://172.22.17.108:8088' target: 'http://172.22.17.108:8088'
target: 'https://testadminym.8n.cn/root' // target: 'https://testadminym.8n.cn/root'
}, },
'/contact': { '/contact': {
...@@ -57,7 +57,7 @@ module.exports = { ...@@ -57,7 +57,7 @@ module.exports = {
'^/contact': '' '^/contact': ''
}, },
target: 'ws://172.22.17.174:8090', target: 'ws://172.22.17.174:8090',
ws: true // 开启ws, 如果是http代理此处可以不用设置 ws: true // 开启ws, 如果是htt p代理此处可以不用设置
} }
} }
} }
......
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