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