数据修改
This commit is contained in:
@@ -100,7 +100,7 @@ export function getStoreList() {
|
||||
}
|
||||
|
||||
// 库区
|
||||
const KQList = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N']
|
||||
const KQList = ['A', 'B', 'C', 'D']
|
||||
export function getKQList() {
|
||||
let KQ = ''
|
||||
KQ += KQList[parseInt(Math.random() * KQList.length)]
|
||||
|
||||
Reference in New Issue
Block a user