Browse Source

修改演config

master
前端-胡立永 10 months ago
parent
commit
22217743cc
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      config.js

+ 4
- 3
config.js View File

@ -5,16 +5,17 @@ import utils from './utils/utils.js'
// 当前环境
const type = 'prod'
const type = 'dev'
// 环境配置
const config = {
dev : {
baseUrl : 'http://8.138.162.67:8000/a-notice-api',
// baseUrl : 'http://8.138.162.67:8000/a-notice-api',
baseUrl : 'http://h5.xzaiyp.top/a-notice-api',
},
prod : {
baseUrl : 'http://admin.anqi.shop/a-notice-api',
baseUrl : 'https://admin.anqi.shop/a-notice-api',
}
}


Loading…
Cancel
Save