Commit 131696b7a55fbf3c180522cfe8bc50d8bc370ecc

Authored by liuqimichale
1 parent cb40959e

添加mock 数据

Showing 1 changed file with 1 additions and 1 deletions
config/index.js
... ... @@ -13,7 +13,7 @@ module.exports = {
13 13 proxyTable: {},
14 14  
15 15 // Various Dev Server settings
16   - host: '192.168.101.26', // can be overwritten by process.env.HOST
  16 + host: 'localhost', // can be overwritten by process.env.HOST
17 17 port: 8088, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
18 18 autoOpenBrowser: false,
19 19 errorOverlay: true,
... ...