Browse Source

fix config

master
xiaohanzi 3 years ago
parent
commit
98ea9cd6bf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/dev.env.js

+ 1
- 1
config/dev.env.js View File

@@ -5,6 +5,6 @@ module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
// BASE_API: '" https://easy-mock.com/mock/5a5ee345dec01f1bea369aee"',
// BASE_API: '"http://10.209.96.72:8080/"',
BASE_API: '"http://fmneupostest.malls.iformall.com/:18080/"',
BASE_API: '"http://fmneupostest.malls.iformall.com:18080/"',
// BASE_API: '"http://ota.neusoft.com:28080/"'//阿里测试服务器
})

Loading…
Cancel
Save