Commit 0e610af6 by wangjian

1

parent 5715379b
...@@ -2,9 +2,9 @@ import store from '../store/index.js'; ...@@ -2,9 +2,9 @@ import store from '../store/index.js';
import router from '../router/router.js' import router from '../router/router.js'
// 测试环境 // 测试环境
const base_url = 'https://sandbox-api-welfare.wasair.com/api.v1/lite' // const base_url = 'https://sandbox-api-welfare.wasair.com/api.v1/lite'
// 正式环境 // 正式环境
// const base_url = 'https://api-fuli.wasair.com/api.v1/lite' const base_url = 'https://api-fuli.wasair.com/api.v1/lite'
export function post (url, params) { export function post (url, params) {
let newParams = params || {} let newParams = params || {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment