Commit 7b67b048 authored by 周健威's avatar 周健威

Update nuxt.config.js

parent ad824e40
......@@ -52,7 +52,7 @@ module.exports = {
}
},
env: {
host:"https://xxtest.upyuns.com"
host:((process.env.host == undefind || process.env.host=="")?"https://xxtest.upyuns.com":process.env.host)
},
generate: {
routes: [
......
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