diff --git a/nuxt.config.js b/nuxt.config.js index d08c430..e50edb9 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,7 +1,7 @@ const pkg = require('./package') -// const DevBaseUrl = 'http://127.0.0.1:65534' -const DevBaseUrl = 'https://api.wyr.me' +const DevBaseUrl = 'http://127.0.0.1:65534' +// const DevBaseUrl = 'https://api.wyr.me' const ProdBashUrl = 'https://api.wyr.me' module.exports = {