我的待办:西海岸改成v2

This commit is contained in:
guoyue 2022-09-19 19:20:22 +08:00
parent b2abd5f16e
commit 18578c1a58
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
* @Description: 告诉大家这是什么
*/
const returnLocationStr = () => {
return 'qingdao'
// return 'qingdao'
return 'xihaian'
}
export default returnLocationStr