Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
3dee6489
Commit
3dee6489
authored
Dec 22, 2020
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交部分代码
parent
8ec2f287
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
ProductList.vue
src/components/category/ProductList.vue
+9
-1
VideoForm.vue
src/components/editTemplate/form/VideoForm.vue
+0
-1
vue.config.js
vue.config.js
+9
-0
No files found.
src/components/category/ProductList.vue
View file @
3dee6489
...
@@ -462,7 +462,15 @@ export default {
...
@@ -462,7 +462,15 @@ export default {
Select
(
val
)
{
Select
(
val
)
{
this
.
isShowMenu
=
false
;
this
.
isShowMenu
=
false
;
this
.
label
=
val
;
this
.
label
=
val
;
this
.
$store
.
commit
(
"setChainStatus"
,
val
);
if
(
this
.
$store
.
state
.
theAnchor
!=
-
1
&&
this
.
$store
.
state
.
chainStatus
!==
""
&&
this
.
$store
.
state
.
chainStatus
!==
val
)
{
this
.
$store
.
commit
(
"setTheAnchor"
,
-
1
);
}
else
{
this
.
$store
.
commit
(
"setChainStatus"
,
val
);
}
switch
(
val
)
{
switch
(
val
)
{
case
"全部"
:
case
"全部"
:
this
.
chainStatus
=
null
;
this
.
chainStatus
=
null
;
...
...
src/components/editTemplate/form/VideoForm.vue
View file @
3dee6489
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
v-if=
"showVideo"
v-if=
"showVideo"
@
closePopup=
"showVideo = false"
@
closePopup=
"showVideo = false"
showMask
showMask
@
ClickingBackground=
"showVideo = false"
>
>
<div>
<div>
<video
controls=
"controls"
style=
"outline: none"
:src=
"Vurl"
></video>
<video
controls=
"controls"
style=
"outline: none"
:src=
"Vurl"
></video>
...
...
vue.config.js
View file @
3dee6489
...
@@ -5,6 +5,15 @@ module.exports = {
...
@@ -5,6 +5,15 @@ module.exports = {
configureWebpack
:
{
configureWebpack
:
{
},
},
devServer
:
{
// port: port,
open
:
true
,
// overlay: {
// warnings: false,
// errors: true
// },
},
pages
:
{
pages
:
{
index
:
UrlPrefixObj
.
model
.
INDEX
index
:
UrlPrefixObj
.
model
.
INDEX
}
}
...
...
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