Commit 0e36fe56 authored by 13841799530's avatar 13841799530

代理配置

解润东
20220323
parent 49e33b80
Pipeline #8085 passed with stage
in 5 minutes and 15 seconds
...@@ -19,7 +19,7 @@ export function postFun(url,data) { ...@@ -19,7 +19,7 @@ export function postFun(url,data) {
/*get请求*/ /*get请求*/
export function getFunTwo(url,params) { export function getFunTwo(url,params) {
return request({ return request({
url: '/ps_ceninss/'+url, url: '/sk_ceninss/'+url,
method: 'get', method: 'get',
params params
}) })
...@@ -27,7 +27,7 @@ export function getFunTwo(url,params) { ...@@ -27,7 +27,7 @@ export function getFunTwo(url,params) {
/* post请求 */ /* post请求 */
export function postFunTwo(url,data) { export function postFunTwo(url,data) {
return request({ return request({
url: '/ps_ceninss/'+url, url: '/sk_ceninss/'+url,
method: 'post', method: 'post',
data data
}) })
......
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