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
410a1690
Commit
410a1690
authored
Jan 07, 2022
by
王伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一幕管理后台优化
parent
816db42c
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
27 additions
and
27 deletions
+27
-27
index.js
src/config/index.js
+1
-1
index.vue
src/view/good-mgr/add-commodity/index.vue
+5
-5
index.vue
src/view/good-mgr/add-good/index.vue
+5
-5
login.vue
src/view/login/login.vue
+1
-1
index-floor.vue
src/view/marketing-mgr/index-floor.vue
+6
-6
forgetPassword.vue
src/view/password/forgetPassword.vue
+1
-1
paySuccess.vue
src/view/shop/paySuccess.vue
+2
-2
searchShop.vue
src/view/shop/searchShop.vue
+1
-1
shopInfo.vue
src/view/shop/shopInfo.vue
+2
-2
shopQuery.vue
src/view/shop/shopQuery.vue
+1
-1
vue.config.js
vue.config.js
+2
-2
No files found.
src/config/index.js
View file @
410a1690
...
...
@@ -2,7 +2,7 @@ export default {
/**
* @description 配置显示在浏览器标签的title
*/
title
:
'一幕
商城后台管理系统
'
,
title
:
'一幕
数字藏品商户平台
'
,
/**
* @description token在Cookie中存储的天数,默认1天
*/
...
...
src/view/good-mgr/add-commodity/index.vue
View file @
410a1690
...
...
@@ -37,7 +37,7 @@
</div>
<div
class=
"series-info"
>
<label
class=
"label"
>
商品备注:
</label>
<Input
v-model=
"form.note"
:readonly=
"isDetail"
type=
"textarea"
placeholder=
"商品备注"
style=
"width: 200px"
/>
<Input
v-model=
"form.note"
:readonly=
"isDetail"
type=
"textarea"
placeholder=
"商品备注
(非必填)
"
style=
"width: 200px"
/>
</div>
</info-con>
<info-con
title=
"溯源信息"
class=
"base-info-con"
>
...
...
@@ -151,7 +151,7 @@ export default {
defaultNftEnclosureList
:
[]
// statu:this.status
},
returnType
:
''
,
// 退货类型
returnType
:
'
0
'
,
// 退货类型
returnReason
:
''
,
// 退货理由
note
:
''
,
// 商品备注
traceabilityNumber
:
''
,
// 溯源编号
...
...
@@ -441,9 +441,9 @@ export default {
}
form
.
returnReason
=
returnReason
// 商品备注
if
(
!
note
)
{
return
{
errMsg
:
'请填写商品备注'
}
}
//
if (!note) {
//
return { errMsg: '请填写商品备注' }
//
}
form
.
note
=
note
form
.
traceabilityNumber
=
traceabilityNumber
form
.
delayDelivery
=
delayDelivery
==
true
?
'1'
:
'0'
...
...
src/view/good-mgr/add-good/index.vue
View file @
410a1690
...
...
@@ -208,7 +208,7 @@
</div>
<div
class=
"series-info"
>
<label
class=
"label"
>
商品备注:
</label>
<Input
v-model=
"form.note"
:readonly=
"isDetail"
type=
"textarea"
placeholder=
"商品备注"
style=
"width: 200px"
/>
<Input
v-model=
"form.note"
:readonly=
"isDetail"
type=
"textarea"
placeholder=
"商品备注
(非必填)
"
style=
"width: 200px"
/>
</div>
<!--
<div
class=
"series-info"
v-if=
"form.baseInfo.type==4"
>
-->
<!--
<label
class=
"label"
>
库存:
</label>
-->
...
...
@@ -327,7 +327,7 @@ export default {
defaultNftEnclosureList
:
[]
// statu:this.status
},
returnType
:
''
,
// 退货类型
returnType
:
'
0
'
,
// 退货类型
returnReason
:
''
,
// 退货理由
note
:
''
,
// 商品备注
buyerDeposit
:
''
,
// 买家保证金
...
...
@@ -946,9 +946,9 @@ export default {
}
form
.
returnReason
=
returnReason
// 商品备注
if
(
!
note
)
{
return
{
errMsg
:
'请填写商品备注'
}
}
//
if (!note) {
//
return { errMsg: '请填写商品备注' }
//
}
form
.
note
=
note
if
(
!
depositType
&&
baseInfo
.
type
==
2
)
{
return
{
errMsg
:
'请选择预售定金类型'
}
...
...
src/view/login/login.vue
View file @
410a1690
...
...
@@ -13,7 +13,7 @@
<div
class=
"login-con"
>
<div
class=
"title"
>
<h4>
欢迎来到
</h4>
<h4>
一幕
影链
商户平台!
</h4>
<h4>
一幕
数字藏品
商户平台!
</h4>
</div>
<div
class=
"form-con"
>
<login-form
...
...
src/view/marketing-mgr/index-floor.vue
View file @
410a1690
...
...
@@ -24,9 +24,9 @@
</Button>
</div>
<div
class=
"tips"
style=
"color:#FF0000"
>
<
!--
<
div
class=
"tips"
style=
"color:#FF0000"
>
每个楼层可以配置6个商品
</div>
</div>
-->
</div>
<tables
...
...
@@ -186,10 +186,10 @@ export default {
this
.
reload
()
},
handleAdd
()
{
if
(
this
.
tableData
.
length
===
6
)
{
this
.
$Notice
.
warning
({
title
:
'数据上限到达6条,请先删除其它数据再添加!'
})
return
}
//
if (this.tableData.length === 6) {
//
this.$Notice.warning({ title: '数据上限到达6条,请先删除其它数据再添加!' })
//
return
//
}
this
.
modelStatus
=
true
this
.
floorContent
.
displayOrder
=
''
this
.
floorContent
.
goodsId
=
''
...
...
src/view/password/forgetPassword.vue
View file @
410a1690
...
...
@@ -3,7 +3,7 @@
<div
class=
"head"
>
<img
class=
"bg"
src=
"../../assets/images/bg.png"
alt=
""
>
<!--
<img
class=
"logo"
src=
"../../assets/images/logo_1.png"
alt=
""
>
-->
<!--
<p
class=
"logo_title"
>
一幕
影链
商户平台
</p>
-->
<!--
<p
class=
"logo_title"
>
一幕
数字藏品
商户平台
</p>
-->
</div>
<div
class=
"main"
>
<h3
class=
"title"
>
忘记密码,重新设置新密码
</h3>
...
...
src/view/shop/paySuccess.vue
View file @
410a1690
...
...
@@ -4,7 +4,7 @@
<div
class=
"head"
>
<img
class=
"bg"
src=
"../../assets/images/bg.png"
alt=
""
>
<!--
<img
class=
"logo"
src=
"../../assets/images/logo_1.png"
alt=
""
>
-->
<p
class=
"logo_title"
>
一幕
影链
商户平台
</p>
<p
class=
"logo_title"
>
一幕
数字藏品
商户平台
</p>
</div>
<div
class=
"main"
>
<h3
class=
"title"
>
商户入驻申请
</h3>
...
...
@@ -16,7 +16,7 @@
<Step
title=
"完成"
></Step>
</Steps>
<div
class=
"tologin"
>
<p>
您好,您已成功入驻一幕
影链
商户平台,快去登录发布商品吧!
</p>
<p>
您好,您已成功入驻一幕
数字藏品
商户平台,快去登录发布商品吧!
</p>
<Button
to=
"/login"
class=
"login"
>
去登录
</Button>
</div>
...
...
src/view/shop/searchShop.vue
View file @
410a1690
...
...
@@ -4,7 +4,7 @@
<div
class=
"head"
>
<!--
<img
class=
"bg"
src=
"../../assets/images/bg.png"
alt=
""
>
-->
<!--
<img
class=
"logo"
src=
"../../assets/images/logo_1.png"
alt=
""
>
-->
<p
class=
"logo_title"
>
一幕
影链
商户平台
</p>
<p
class=
"logo_title"
>
一幕
数字藏品
商户平台
</p>
</div>
<div
class=
"main"
>
<h3
class=
"titleSearch"
>
商户入驻申请进度查询
</h3>
...
...
src/view/shop/shopInfo.vue
View file @
410a1690
...
...
@@ -4,7 +4,7 @@
<div
class=
"head"
>
<!--
<img
class=
"bg"
src=
"../../assets/images/bg.png"
alt=
""
>
-->
<!--
<img
class=
"logo"
src=
"../../assets/images/logo_1.png"
alt=
""
>
-->
<!--
<p
class=
"logo_title"
>
一幕
影链
商户平台
</p>
-->
<!--
<p
class=
"logo_title"
>
一幕
数字藏品
商户平台
</p>
-->
</div>
<div
class=
"main"
>
<h3
class=
"title"
>
商户入驻申请
</h3>
...
...
@@ -157,7 +157,7 @@
<!--
<Button
class=
"login"
@
click=
"handleUpdatePwd"
>
设置密码
</Button>
-->
</div>
<div
class=
"tologin"
v-if=
"stepStatus === 4"
>
<p>
您好,您已成功入驻一幕
影链
商户平台,快去登录发布商品吧!
</p>
<p>
您好,您已成功入驻一幕
数字藏品
商户平台,快去登录发布商品吧!
</p>
<Button
to=
"/login"
class=
"login"
>
去登录
</Button>
</div>
</div>
...
...
src/view/shop/shopQuery.vue
View file @
410a1690
...
...
@@ -4,7 +4,7 @@
<div
class=
"head"
>
<!--
<img
class=
"bg"
src=
"../../assets/images/bg.png"
alt=
""
>
-->
<!--
<img
class=
"logo"
src=
"../../assets/images/logo_1.png"
alt=
""
>
-->
<!--
<p
class=
"logo_title"
>
一幕
影链
商户平台
</p>
-->
<!--
<p
class=
"logo_title"
>
一幕
数字藏品
商户平台
</p>
-->
</div>
<div
class=
"main"
>
<h3
class=
"shop_title"
>
商户入驻申请
</h3>
...
...
vue.config.js
View file @
410a1690
...
...
@@ -46,8 +46,8 @@ module.exports = {
'^/root'
:
'/'
},
// target: 'http://146.56.197.85:12023',
target
:
'http://172.22.17.174:8088'
//
target: 'http://172.22.17.108:8088'
//
target: 'http://172.22.17.174:8088'
target
:
'http://172.22.17.108:8088'
// target: 'http://10.144.38.159:8088'
// target: 'http://10.144.156.186:8088'
...
...
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