| 1234567891011121314151617 |
- import fetchutil from './http'
- import {formatTime,API_BASE_URL} from './util'
- module.exports = {
- data: {
- someData: 'myMixin',
- g_cdn:`https://culture.4dage.com/lvDao_v4`,
- fetchutil,
- API_BASE_URL,
- formatTime
- },
- onShow() {
- console.log('Log from mixin!')
- }
- }
|