Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
h5-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
yimu
h5-admin
Commits
ba51eeb5
Commit
ba51eeb5
authored
Mar 14, 2022
by
verestrasz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通证hash
parent
be71b139
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
commodity-pass.vue
src/view/good-mgr/commodity-pass.vue
+1
-0
vue.config.js
vue.config.js
+5
-4
No files found.
src/view/good-mgr/commodity-pass.vue
View file @
ba51eeb5
...
@@ -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'
},
...
...
vue.config.js
View file @
ba51eeb5
...
@@ -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,8 +57,8 @@ module.exports = {
...
@@ -57,8 +57,8 @@ 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代理此处可以不用设置
}
}
}
}
}
}
}
}
\ No newline at end of file
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