Commit de82d6d1 authored by 周昊's avatar 周昊

1、修改pc端四色图接口

parent c8f277df
......@@ -29,7 +29,7 @@ export function updateBatch(data) {
}
export function getFun(url, params) {
const Url = '/app-api' + url
const Url = '/system' + url
return request({
url: Url,
method: "get",
......@@ -37,7 +37,7 @@ export function getFun(url, params) {
});
}
export function postFun(url, data) {
const Url = '/app-api' + url
const Url = '/system' + url
return request({
url: Url,
method: "post",
......
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