mirror of
https://gitee.com/yudaocode/yudao-mall-uniapp.git
synced 2025-12-30 09:42:25 +00:00
11 lines
180 B
JavaScript
11 lines
180 B
JavaScript
import request from '@/sheep/request';
|
|
import request2 from '@/sheep/request2';
|
|
|
|
export default {
|
|
faq: () =>
|
|
request({
|
|
url: 'data/faq',
|
|
method: 'GET',
|
|
}),
|
|
};
|