耀实惠小程序
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.

13 lines
348 B

  1. import { storageKeys, storage } from '@/utils/storage.js'
  2. export default {
  3. userToken: storage.getStorage(storageKeys.TOKEN) || '',
  4. userInfo: storage.getStorage(storageKeys.USERINFO) || {},
  5. // location: '请选择站点'
  6. gridData: [],
  7. location: {
  8. name: '',
  9. id: '',
  10. shippingAddress: '请选择站点',
  11. addressDetail: '',
  12. phone: ''
  13. }
  14. }