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
f8351c34
Commit
f8351c34
authored
Sep 17, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alert
parent
91c2a55b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
index.js
config/index.js
+1
-1
index.vue
src/components/index.vue
+1
-2
bottomTab.vue
src/components/public/bottomTab.vue
+1
-2
No files found.
config/index.js
View file @
f8351c34
...
@@ -61,7 +61,7 @@ module.exports = {
...
@@ -61,7 +61,7 @@ module.exports = {
assetsRoot
:
path
.
resolve
(
__dirname
,
'../dist'
)
,
assetsRoot
:
path
.
resolve
(
__dirname
,
'../dist'
)
,
// assetsSubDirectory:process.env.NODE_ENV === 'production' ? 'static/2019061017':'static',
// assetsSubDirectory:process.env.NODE_ENV === 'production' ? 'static/2019061017':'static',
assetsSubDirectory
:
'static'
,
assetsSubDirectory
:
'static'
,
assetsPublicPath
:
process
.
env
.
NODE_ENV
===
'production'
?
'https://static-cdn.changchangenglish.com/new-sing/'
:
''
,
assetsPublicPath
:
process
.
env
.
NODE_ENV
===
'production'
?
'https://static-cdn.changchangenglish.com/new-sing/'
:
'
https://static-cdn.changchangenglish.com/new-sing/
'
,
/**
/**
* Source Maps
* Source Maps
...
...
src/components/index.vue
View file @
f8351c34
...
@@ -661,8 +661,7 @@ export default {
...
@@ -661,8 +661,7 @@ export default {
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
"map"
,
name
:
"map"
,
query
:
{
query
:
{
course_type
:
res
.
start_periods_course_type
,
course_type
:
res
.
start_periods_course_type
periods_id
:
res
.
start_periods_id
}
}
});
});
}
}
...
...
src/components/public/bottomTab.vue
View file @
f8351c34
...
@@ -58,8 +58,7 @@ export default {
...
@@ -58,8 +58,7 @@ export default {
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
"map"
,
name
:
"map"
,
query
:
{
query
:
{
course_type
:
this
.
userCourse2
.
start_periods_course_type
,
course_type
:
this
.
userCourse2
.
start_periods_course_type
periods_id
:
this
.
userCourse2
.
start_periods_id
}
}
});
});
}
else
{
}
else
{
...
...
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