This commit is contained in:
2023-03-01 14:55:56 +08:00
parent 00db75e767
commit 0540dc5f6a
8 changed files with 128 additions and 49 deletions

View File

@@ -16,7 +16,7 @@ const state = {
alertMsg: '操作成功',
baseUrl: getStore('baseUrl') || baseUrl,
setTime: getStore('setTime') || 5000,
equipId: getStore('equipId') || 1
equipId: getStore('equipId') || 0
}
const actions = {