Commit 94a3663b authored by 周健威's avatar 周健威

Update nuxt.config.js

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