zhouwx
2024-11-07 bfb8feb317f69b849994106025d9ef62eb34bd59
src/api/login/index.ts
@@ -18,8 +18,8 @@
        // v1
        signOut: () => {
            return request({
                url: import.meta.env.VITE_API_URL + '/auth/logout',
                method: 'post'
                url: import.meta.env.VITE_API_URL + '/account/auth/logout',
                method: 'get'
            });
        },
        // 更改密码