|
|
- 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: ''
- }
- }
|