Commit 25c8be2b authored by lixy's avatar lixy

车型详情

parent 1ecaaf54
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
transform: translateY(-50%); transform: translateY(-50%);
} }
.banner{ .banner{
height:px2rem(600px); height:px2rem(500px);
overflow: hidden; overflow: hidden;
} }
} }
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
class="flex-aic" class="flex-aic"
@click="$router.push('/')"> @click="$router.push('/')">
<img <img
style="width: 30px;" style="width: 20px;"
src="https://mgmt.dfangche.com/xxfccn/image/1/app/5d9c62b7412efd926f70e0ed5efb19a.png" src="https://mgmt.dfangche.com/xxfccn/image/1/app/5d9c62b7412efd926f70e0ed5efb19a.png"
> >
<span style="color:#fff;margin-left: 10px;">欣新房车</span> <span style="color:#fff;margin-left: 10px;">欣新房车</span>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"private": true, "private": true,
"license": "GPL", "license": "GPL",
"scripts": { "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'", "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'", "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'", "restart": "nuxt build && cross-env NODE_ENV=production pm2 restart server/index.js --node-args='--harmony' --name 'nuxt-elm'",
......
This diff is collapsed.
import axios from 'axios' import axios from 'axios'
export default axios.create({ 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"
}) })
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment