Commit f5638e64 authored by sjf1256754123's avatar sjf1256754123

d

parent 305d73e3
/**
* Request 1.0.5
* @Class Request
* @description luch-request 1.0.4 http请求插件
* @Author lu-ch
* @Date 2019-12-12
* @Email webwork.s@qq.com
* http://ext.dcloud.net.cn/plugin?id=392
*/
import store from '../store'
export default class Request {
config = {
baseUrl: 'https://health.sh-sict.com/ncov-api',
// baseUrl: 'https://health.sh-sict.com/ncov-test-api',
// baseUrl: 'http://139.9.163.126/ncov-api',
// baseUrl: 'https://health.sh-sict.com/ncov-api',
baseUrl: 'https://health.sh-sict.com/ncov-test-api',
header: {
'content-type': 'application/json;charset=UTF-8',
},
......
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