no message

This commit is contained in:
2024-04-16 08:59:38 +08:00
parent 32bb8327ef
commit c280ae5b2a
3 changed files with 26 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
import * as types from '../types'
import { getStore, setStore } from '@config/utils.js'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://43.139.166.161:8018' : 'http://localhost:8018'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://47.98.105.245:8018' : 'http://localhost:8018'
const setTime = '5000'
const username = 'admin'
const password = '123456'