15 lines
362 B
Vue
15 lines
362 B
Vue
/*
|
|
* @Author: hisense.liangjunhua
|
|
* @Date: 2022-08-22 18:22:16
|
|
* @LastEditors: hisense.liangjunhua
|
|
* @LastEditTime: 2022-09-01 16:05:31
|
|
* @Description: 告诉大家这是什么
|
|
*/
|
|
|
|
const returnLocationStr = () => {
|
|
// eslint-disable-next-line no-undef
|
|
return CONFIGITEM.version === 'xihaian' ? 'xihaian' : 'qingdao'
|
|
}
|
|
|
|
export default returnLocationStr
|