Newer
Older
casic-smartcity-well-front / mock / config.js
wangxitong on 11 Jan 2021 206 bytes 'init'
// import { param2Obj } from './utils'

const baseConfig = {
  kaptcha: true
}

export default {
  baseconfig: res => {
    return {
      code: 200,
      success: true,
      data: baseConfig
    }
  }
}