|
|
|
@ -91,8 +91,8 @@ async function onConversation() {
|
|
|
|
|
},
|
|
|
|
|
)
|
|
|
|
|
if (response.data.code == 200) {
|
|
|
|
|
a1.randomizeCounter(9 - response.data.data > 0 ? 9 - response.data.data : 0)
|
|
|
|
|
if (response.data.data < 10) {
|
|
|
|
|
a1.randomizeCounter(49 - response.data.data > 0 ? 49 - response.data.data : 0)
|
|
|
|
|
if (response.data.data < 50) {
|
|
|
|
|
try {
|
|
|
|
|
const response = await axios.post<AddResponse>(
|
|
|
|
|
`${import.meta.env.VITE_APP_API_BASE_URL}/deepSeekLog`,
|
|
|
|
@ -540,8 +540,8 @@ const handleLogin = async () => {
|
|
|
|
|
)
|
|
|
|
|
try {
|
|
|
|
|
if (response.data.code == 200) {
|
|
|
|
|
a1.randomizeCounter(10 - response.data.data)
|
|
|
|
|
if (response.data.data < 10) {
|
|
|
|
|
a1.randomizeCounter(50 - response.data.data)
|
|
|
|
|
if (response.data.data < 50) {
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
ElMessage({
|
|
|
|
|