Commit fc939795 authored by 愚道's avatar 愚道 Committed by 陈帅

move service file

parent 24e9ab7f
import { queryNotices } from '../services/api';
import { queryNotices } from '@/services/api';
export default {
namespace: 'global',
......
import { query as queryUsers, queryCurrent } from '../services/user';
import { query as queryUsers, queryCurrent } from '@/services/user';
export default {
namespace: 'user',
......
import { queryProvince, queryCity } from '../services/geographic';
import { queryProvince, queryCity } from '@/services/geographic';
export default {
namespace: 'geographic',
......
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