Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
new-sing
h5-base
Commits
4e90f649
Commit
4e90f649
authored
Jun 27, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
627
parent
89d02058
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.js
config/index.js
+1
-1
audio.vue
src/components/collection/audio.vue
+2
-2
No files found.
config/index.js
View file @
4e90f649
...
...
@@ -24,7 +24,7 @@ module.exports = {
// host: '192.168.31.185', // can be overwritten by process.env.HOST
// host: 'localhost', // can be overwritten by process.env.HOST
port
:
8085
,
// can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser
:
tru
e
,
autoOpenBrowser
:
fals
e
,
errorOverlay
:
true
,
notifyOnErrors
:
true
,
poll
:
false
,
// https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
...
...
src/components/collection/audio.vue
View file @
4e90f649
...
...
@@ -82,7 +82,7 @@
<
script
>
import
{
Toast
}
from
"vant"
;
import
{
Popup
}
from
'mint-ui'
//
import {Popup} from 'mint-ui'
import
tapToVideo
from
"../../assets/tapToVideo.png"
;
import
closeUrl
from
"../../assets/newLesson/audio-close.png"
;
import
{
...
...
@@ -94,7 +94,7 @@ export default {
name
:
"fun"
,
props
:
[
"showObj"
,
"sc"
],
components
:
{
[
Popup
.
name
]:
Popup
//
[Popup.name]: Popup
},
data
()
{
return
{
...
...
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