|
@@ -3,7 +3,7 @@
|
3
|
3
|
|
4
|
4
|
import axios from 'axios'
|
5
|
5
|
import store from '../store'
|
6
|
|
-export const domain = process.env.NODE_ENV === 'development' ? '' : 'http://colmo-service.dianyang.njyunzhi.com'
|
|
6
|
+export const domain = process.env.NODE_ENV === 'development' ? '' : 'http://training.stategrid.njyunzhi.com'
|
7
|
7
|
|
8
|
8
|
export default function (url, options) {
|
9
|
9
|
const { params, header, ...leftOptions } = options || {}
|