From 18578c1a5885a61d9159e8fe66f33b73dafa477f Mon Sep 17 00:00:00 2001 From: guoyue Date: Mon, 19 Sep 2022 19:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E5=BE=85=E5=8A=9E=EF=BC=9A?= =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=E6=94=B9=E6=88=90v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/utils/location.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/back/src/utils/location.js b/back/src/utils/location.js index 17ebcd7a..d8914b13 100644 --- a/back/src/utils/location.js +++ b/back/src/utils/location.js @@ -6,7 +6,8 @@ * @Description: 告诉大家这是什么 */ const returnLocationStr = () => { - return 'qingdao' + // return 'qingdao' + return 'xihaian' } export default returnLocationStr