2022-08-23 13:59:43 +08:00
|
|
|
/*
|
|
|
|
* @Author: hisense.liangjunhua
|
|
|
|
* @Date: 2022-08-23 10:30:11
|
2022-09-01 16:12:44 +08:00
|
|
|
* @LastEditors: hisense.liangjunhua
|
|
|
|
* @LastEditTime: 2022-09-01 16:06:05
|
2022-08-23 13:59:43 +08:00
|
|
|
* @Description: 告诉大家这是什么
|
|
|
|
*/
|
|
|
|
const returnLocationStr = () => {
|
2022-09-01 16:12:44 +08:00
|
|
|
return 'qingdao'
|
2022-08-23 13:59:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
export default returnLocationStr
|