diff --git a/api/index.js b/api/index.js index a24e193..dbd6714 100644 --- a/api/index.js +++ b/api/index.js @@ -2,7 +2,7 @@ import { $post } from '@/lu/axios.js' import $config from '@/config.js' -const url_ = $config.url; +const url_ = $config.url; export const yo = async (data) => await $post({ url: 'YO', data