Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr-mobile
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
lixy
vue-ssr-mobile
Commits
25c8be2b
Commit
25c8be2b
authored
Sep 05, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车型详情
parent
1ecaaf54
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
44 additions
and
28 deletions
+44
-28
detailBanner.vue
components/detailBanner.vue
+1
-1
head.vue
components/head.vue
+1
-1
package.json
package.json
+1
-1
index.vue
pages/vehicleDetail/index.vue
+40
-24
axios.js
plugins/axios.js
+1
-1
No files found.
components/detailBanner.vue
View file @
25c8be2b
...
...
@@ -172,7 +172,7 @@
transform
:
translateY
(
-50%
);
}
.banner
{
height
:px2rem
(
6
00px
)
;
height
:px2rem
(
5
00px
)
;
overflow
:
hidden
;
}
}
...
...
components/head.vue
View file @
25c8be2b
...
...
@@ -5,7 +5,7 @@
class=
"flex-aic"
@
click=
"$router.push('/')"
>
<img
style=
"width:
3
0px;"
style=
"width:
2
0px;"
src=
"https://mgmt.dfangche.com/xxfccn/image/1/app/5d9c62b7412efd926f70e0ed5efb19a.png"
>
<span
style=
"color:#fff;margin-left: 10px;"
>
欣新房车
</span>
...
...
package.json
View file @
25c8be2b
...
...
@@ -6,7 +6,7 @@
"private"
:
true
,
"license"
:
"GPL"
,
"scripts"
:
{
"dev"
:
"cross-env NODE_ENV=development nodemon server/index.js --watch server"
,
"dev"
:
"cross-env NODE_ENV=development
MODE=dev
nodemon server/index.js --watch server"
,
"start"
:
"nuxt build && cross-env NODE_ENV=production pm2 start server/index.js --node-args='--harmony' --name 'nuxt-elm'"
,
"stop"
:
"pm2 stop server/index.js --name 'nuxt-elm'"
,
"restart"
:
"nuxt build && cross-env NODE_ENV=production pm2 restart server/index.js --node-args='--harmony' --name 'nuxt-elm'"
,
...
...
pages/vehicleDetail/index.vue
View file @
25c8be2b
This diff is collapsed.
Click to expand it.
plugins/axios.js
View file @
25c8be2b
import
axios
from
'axios'
export
default
axios
.
create
({
baseURL
:
"https://xxtest.upyuns.com"
//"https://xxtest.upyuns.com","https://dev.dfangche.com"
baseURL
:
process
.
env
.
host
//"https://xxtest.upyuns.com","https://dev.dfangche.com"
})
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