|
@@ -8,7 +8,9 @@ import { app } from '@/store/mutation-types';
|
|
|
* @param {object} data 请求数据
|
|
|
*/
|
|
|
export function GetLogo(data) {
|
|
|
- return http.post(`${process.env.VUE_APP_FileServer}?MethodName=sys_config_manager-GetLogo`, data);
|
|
|
+ return http.post(`${process.env.VUE_APP_EepServer}?MethodName=sys_config_manager-GetLogo`, data, {
|
|
|
+ baseURL: process.env.VUE_APP_EEP,
|
|
|
+ });
|
|
|
}
|
|
|
|
|
|
/**
|