耀实惠小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
348 B

import { storageKeys, storage } from '@/utils/storage.js'
export default {
userToken: storage.getStorage(storageKeys.TOKEN) || '',
userInfo: storage.getStorage(storageKeys.USERINFO) || {},
// location: '请选择站点'
gridData: [],
location: {
name: '',
id: '',
shippingAddress: '请选择站点',
addressDetail: '',
phone: ''
}
}