Commit 6c694bb3 authored by 周健威's avatar 周健威

Update nuxt.config.js

parent a0fb4a2a
......@@ -53,7 +53,7 @@ module.exports = {
}
},
env: {
host:((process.env.host == undefined || process.env.host=="")?"https://xxtest.upyuns.com":process.env.host)
host:((env[process.env.MODE].ENV_API == undefined || env[process.env.MODE].ENV_API=="")?"https://xxtest.upyuns.com":env[process.env.MODE].ENV_API)
},
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