Browse Source

更换后台地址

hangb 8 years ago
parent
commit
61cfb48380
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nuxt.config.js

+ 1 - 1
nuxt.config.js

@@ -1,6 +1,6 @@
 const path = require('path')
 const isProdMode = Object.is(process.env.NODE_ENV, 'production')
-const baseUrl = process.env.BASE_URL || (isProdMode ? 'https://city-service.ubtob.com' : 'http://192.168.253.66:8081/')
+const baseUrl = process.env.BASE_URL || (isProdMode ? 'https://city-service.ubtob.com' : 'http://192.168.253.12:23232/')
 
 module.exports = {
   router: {