提交 ffc305e4 编写于 作者: 愚道 提交者: 陈帅

move error service to the right place

上级 16a09218
import { query } from '../services/error';
import { query } from '@/services/error';
export default {
namespace: 'error',
......
import request from '../../../utils/request';
import request from '../utils/request';
export async function query(code) {
return request(`/api/${code}`);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册