Browse Source

更换域名

luyanan 6 years ago
parent
commit
3d0ee70e5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/prod.env.js

+ 1 - 1
config/prod.env.js

@ -1,5 +1,5 @@
1 1
'use strict'
2 2
module.exports = {
3 3
  NODE_ENV: '"production"',
4
  BASE_API: '"http://47.100.53.9"'
4
  BASE_API: '"http://touchwave.cn"'
5 5
}