Skip to content
  • This project
    • Loading...
  • Sign in

dev / pingan-life-index-pro

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • pingan-life-index-pro
  • src
  • pages
  • custom-service
  • custom-service.js
  • joe's avatar
    保单查询 · b196a9fd
    b196a9fd Browse Directory
    joe committed 2019-10-30 00:26:38 +0800
custom-service.js 542 Bytes
Raw Blame History Permalink
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
import api from '@/api/api'
import {
    httpGet,
    httpPost
} from '@/api/fetch-api.js'

// import InsuranceQuery from './components/insurance-query'

export default {
    data() {
        return {
            activity: "m1",

            insuranceForm: {
                f1 : true,
                f2 : true,
                f3 : true,
                f4 : true,
                f5 : true,
            }
        }
    },
    methods: {
        initData() { },
    },
    created() { },
    components: {
        // InsuranceQuery
    }
}