From 5337df8b2a495d78c3f45f9d7bf0985e7b5e3d5b Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 18 十月 2023 19:54:47 +0800
Subject: [PATCH] 位置类型的枚举值修改
---
src/api/data.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/data.js b/src/api/data.js
index 8b74bf6..b826e1e 100644
--- a/src/api/data.js
+++ b/src/api/data.js
@@ -168,6 +168,14 @@
{
name: "涓浆浣嶇疆",
id: 7
+ },
+ {
+ name: "鎶ュ簾浣嶇疆",
+ id: 8
+ },
+ {
+ name: "搴撳瓨鐩樼偣",
+ id: 9
}
]
export const getDataByType = (type) => {
--
Gitblit v1.8.0