提交 096c1185 authored 作者: CRS's avatar CRS

new

上级 84c192d2
...@@ -10,8 +10,8 @@ import axios from '@/services/axios'; ...@@ -10,8 +10,8 @@ import axios from '@/services/axios';
* dataType * dataType
*/ */
import qs from 'qs'; import qs from 'qs';
// const assessma = 'http://120.55.57.35:8078' const assessma = 'http://120.55.57.35:8078'
const assessma = 'http://192.168.1.85:8078' // const assessma = 'http://192.168.1.85:8078'
const server = { const server = {
getloginOut(id) { // 用户退出 getloginOut(id) { // 用户退出
return axios('/user/loginOut/' + id, { return axios('/user/loginOut/' + id, {
...@@ -402,7 +402,7 @@ const server = { ...@@ -402,7 +402,7 @@ const server = {
}) })
}, },
getEvaDownload(data){ getEvaDownload(data){
return axios( assessma + '/evaluation/download',{ return axios( assessma + '/evaluation/downloadWps',{
method:'post', method:'post',
data: data data: data
}) })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论