default.js 404 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/**
 * Default规则
 */
import Api from '~/service/Api';
import Utils from "~/utils/index"
import commonFunctions from '~/mixin/commonFunctions.js';
import commonDepend from "~/mixin/commonDepend";
import Pts from '~/components/business/commonModel/Pts';
import dateFormat from '@/util/date/dateFormat.js'

export default {
  mixins: [commonFunctions],
  methods: {
    defaultFuc() {
     
    },
  }
}