From 5602057a96435ab6fc3bc27d814c90e2a57d9e22 Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Tue, 27 Jun 2023 19:30:11 +0800 Subject: [PATCH] no message --- api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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