fr.js 1.59 KB
Newer Older
Smile's avatar
Smile committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
import notices from './fr/notices.js'
import auth from './fr/auth.js'
import addressInfo from './fr/addressInfo.js'
import boxException from './fr/boxException.js'
import changeTel from './fr/changeTel.js'
import companyInfo from './fr/companyInfo.js'
import complaint from './fr/complaint.js'
import complaintAdd from './fr/complaintAdd.js'
import consult from './fr/consult.js'
import coupon from './fr/coupon.js'
import create from './fr/create.js'
import docException from './fr/docException.js'
import detail from './fr/detail.js'
import ecash from './fr/ecash.js'
import editEmail from './fr/editEmail.js'
import editPsd from './fr/editPsd.js'
import exception from './fr/exception.js'
import forget from './fr/forget.js'
import help from './fr/help.js'
import index from './fr/index.js'
import integral from './fr/integral.js'
import levite from './fr/levite.js'
import light from './fr/light.js'
import login from './fr/login.js'
import log from './fr/log.js'
import msg from './fr/msg.js'
import myInfo from './fr/myInfo.js'
import notice from './fr/notice.js'
import order from './fr/order.js'
import finsh from './fr/finsh.js'
import orderInfo from './fr/orderInfo.js'
import price from './fr/price.js'
import site from './fr/site.js'
export default {
  notices,
  auth,
  addressInfo,
  boxException,
  changeTel,
  companyInfo,
  complaint,
  complaintAdd,
  consult,
  coupon,
  create,
  docException,
  detail,
  ecash,
  editEmail,
  editPsd,
  exception,
  forget,
  help,
  index,
  integral,
  levite,
  light,
  login,
  log,
  msg,
  myInfo,
  notice,
  order,
  finsh,
  orderInfo,
  price,
  site,
}