Commit 216ffeb5 authored by 周健威's avatar 周健威

Update nuxt.config.js

parent b37eea2a
const env = require('./env')
const routerPath = '/rvwebsite/';//'/rvwebsite/'
//const routerPath = '/rvwebsite/';//'/rvwebsite/'
module.exports = {
head: {
title: '欣新房车—房车·让生活更美好-房车销售丨房车租赁丨房车旅游丨房车托管',
......@@ -65,6 +65,6 @@ module.exports = {
]
},
router: {
base: `${routerPath}`,
base: env[process.env.MODE].ROUTER_PATH,
}
}
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