Commit 418961d1 authored by 李纪文's avatar 李纪文

fix: 组态修改

parent 7af90167
......@@ -3,7 +3,7 @@ import { request } from '@wisdom-utils/utils/es';
const REQUEST_METHOD_GET = 'get';
const REQUEST_METHOD_POST = 'post';
// eslint-disable-next-line no-undef
const baseURI = DUMI_TYPE && DUMI_TYPE === 'dumi' ? '/api' : '';
const baseURI = typeof DUMI_TYPE !== 'undefined' && DUMI_TYPE === 'dumi' ? '/api' : '';
// 获取画板列表接口
export function getSketchPadList(params) {
return request({
......
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