| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- /**
- * 全局常量、方法封装模块
- * 通过原型挂载到Vue属性
- * 通过 this.Global 调用
- */
- // 后台管理系统服务器地址
- export const baseUrl = 'http://192.168.0.115:8080'
- // export const h5BaseUrl = 'http://192.168.0.115:8091'
- //旧服务器
- // export const baseUrl = 'http://test.baoxianzhanggui.com:8080'
- // export const h5BaseUrl = 'http://test.baoxianzhanggui.com:8091' // h5测试
- // export const baseUrl = 'http://www.baoxianzhanggui.com:8080'
- // 新服务器
- // export const baseUrl = 'http://39.98.239.48/web-api' //测试服务器
- // export const baseUrl = 'http://192.168.0.111:8080' //测试服务器
- // export const baseUrl = 'http://192.168.0.111:9001' //测试服务器
- // export const h5BaseUrl = 'http://39.98.239.48/h5' //h5测试
- // export const baseUrl = 'http://sxzgkj.baoxianzhanggui.com/web-api' //正式服务器
- export const h5BaseUrl = 'https://sxzgkj.baoxianzhanggui.com/h5' //h5正式
- // export const h5BaseUrl = 'http://39.98.239.48/h5' //h5正式
- //保险公司名称
- export const insCompanyList = [
- { name: "中煤财险", icon: "../../static/insuranceicon/zhongmei.png" },//华农
- { name: "恒邦财险", icon: "../../static/insuranceicon/hengbang.png" },
- { name: "安盛天平", icon: "../../static/insuranceicon/ansheng.png" },
- { name: "中国人寿", icon: "../../static/insuranceicon/renshou.png" },
- { name: "众安财险", icon: "../../static/insuranceicon/zhongan.png" },
- { name: "永诚财险", icon: "../../static/insuranceicon/yongcheng.png" },
- { name: "永安财险", icon: "../../static/insuranceicon/yongan.png" },
- { name: "紫金财险", icon: "../../static/insuranceicon/zijin.png" },
- { name: "华泰财险", icon: "../../static/insuranceicon/huatai.png" },
- { name: "安华财险", icon: "../../static/insuranceicon/anhua.png" },
- { name: "安心财险", icon: "../../static/insuranceicon/anxin.png" },
- { name: "渤海财险", icon: "../../static/insuranceicon/bohai.png" },
- { name: "大地财险", icon: "../../static/insuranceicon/dadi.png" },
- { name: "大家财险", icon: "../../static/insuranceicon/dajia.png" },
- { name: "鼎和财险", icon: "../../static/insuranceicon/dinghe.png" },
- { name: "都邦财险", icon: "../../static/insuranceicon/dubang.png" },
- { name: "富德财险", icon: "../../static/insuranceicon/fude.png" },
- { name: "国任财险", icon: "../../static/insuranceicon/guoren.png" },
- { name: "国泰财险", icon: "../../static/insuranceicon/guotai.png" },
- { name: "合众财险", icon: "../../static/insuranceicon/hezhong.png" },
- { name: "华安财险", icon: "../../static/insuranceicon/huaan.png" },
- { name: "华农财险", icon: "../../static/insuranceicon/huanong.png" },
- { name: "利宝财险", icon: "../../static/insuranceicon/libao.png" },
- { name: "平安财险", icon: "../../static/insuranceicon/pingan.png" },
- { name: "人保财险", icon: "../../static/insuranceicon/renbao.png" },
- { name: "三星财险", icon: "../../static/insuranceicon/sanxing.png" },
- { name: "太平财险", icon: "../../static/insuranceicon/taiping.png" },
- { name: "太平洋财险", icon: "../../static/insuranceicon/taipingyang.png" },
- { name: "天安财险", icon: "../../static/insuranceicon/tianan.png" },
- { name: "现代财险", icon: "../../static/insuranceicon/xiandai.png" },
- { name: "亚太财险", icon: "../../static/insuranceicon/yatai.png" },
- { name: "英大财险", icon: "../../static/insuranceicon/yingda.png" },
- { name: "浙商财险", icon: "../../static/insuranceicon/zheshang.png" },
- { name: "中华财险", icon: "../../static/insuranceicon/zhonghua.png" },
- { name: "中银国际", icon: "../../static/insuranceicon/zhongyin.png" },
- { name: "珠峰财险", icon: "../../static/insuranceicon/zhufeng.png" },
- { name: "泰康财险", icon: "../../static/insuranceicon/taikang.png" },
- { name: "阳光财险", icon: "../../static/insuranceicon/yangguang.png" },
- ]
- //订单状态
- export const orderStatus = [
- { value: 0, label: "报价中" },
- { value: 1, label: "待核保" },
- { value: 2, label: "已核保" },
- { value: 3, label: "核保退回" },
- { value: 4, label: "核保不通过" },
- { value: 5, label: "已核保待缴费" },
- { value: 6, label: "已缴费待配送" },
- { value: 7, label: "已承保" },
- { value: 99, label: "已关闭" },
- ]
- //订单状态
- export const auditStatus = [
- { value: 0, label: "校验待审核" },
- { value: 1, label: "校验已审核" }
- ]
- export const insureList = [
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "投保", "value": "1" }], kindCode: "A", isMainRisk: true, kindName: "机动车损失险" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "10万", "value": "100000" }, { "label": "15万", "value": "150000" }, { "label": "20万", "value": "200000" }, { "label": "30万", "value": "300000" }, { "label": "50万", "value": "500000" }, { "label": "100万", "value": "1000000" }, { "label": "150万", "value": "1500000" }, { "label": "200万", "value": "2000000" }, { "label": "250万", "value": "2500000" }, { "label": "300万", "value": "3000000" }, { "label": "500万", "value": "5000000" }, { "label": "1000万", "value": "10000000" }], kindCode: "B", isMainRisk: true, kindName: "第三者责任险" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "1万", "value": "10000" }, { "label": "2万", "value": "20000" }, { "label": "5万", "value": "50000" }, { "label": "10万", "value": "100000" }, { "label": "15万", "value": "150000" }, { "label": "20万", "value": "200000" }], kindCode: "D3", isMainRisk: true, kindName: "司机责任险" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "1万", "value": "10000" }, { "label": "2万", "value": "20000" }, { "label": "5万", "value": "50000" }, { "label": "10万", "value": "100000" }, { "label": "15万", "value": "150000" }, { "label": "20万", "value": "200000" }], kindCode: "D4", isMainRisk: true, kindName: "乘客责任险" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "2000", "value": "2000" }, { "label": "5000", "value": "5000" }, { "label": "1万", "value": "10000" }], isMainRisk: false, kindCode: "L", kindName: "车身划痕险", mainRiskCodeList: "A" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "5%", "value": "5" }, { "label": "10%", "value": "10" }, { "label": "15%", "value": "15" }, { "label": "20%", "value": "20" }], isMainRisk: false, kindCode: "MJ1", kindName: "绝对免赔率特约险(车损)", mainRiskCodeList: "A" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "5%", "value": "5" }, { "label": "10%", "value": "10" }, { "label": "15%", "value": "15" }, { "label": "20%", "value": "20" }], isMainRisk: false, kindCode: "MJ2", kindName: "绝对免赔率特约险(三者)", mainRiskCodeList: "B" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "5%", "value": "5" }, { "label": "10%", "value": "10" }, { "label": "15%", "value": "15" }, { "label": "20%", "value": "20" }], isMainRisk: false, kindCode: "MJ3", kindName: "绝对免赔率特约险(司机)", mainRiskCodeList: "D3" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "5%", "value": "5" }, { "label": "10%", "value": "10" }, { "label": "15%", "value": "15" }, { "label": "20%", "value": "20" }], isMainRisk: false, kindCode: "MJ4", kindName: "绝对免赔率特约险(乘客)", mainRiskCodeList: "D4" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "投保", "value": "1" }], isMainRisk: false, kindCode: "BD", kindName: "法定节假日限额翻倍险", mainRiskCodeList: "B" }
- ]
- export const insureList1 = [
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "不投保", "value": "0" }, { "label": "投保", "value": "1" }], kindCode: "A", isMainRisk: true, kindName: "机动车损失险" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "不投保", "value": "0" }, { "label": "10万", "value": "100000" }, { "label": "15万", "value": "150000" }, { "label": "20万", "value": "200000" }, { "label": "30万", "value": "300000" }, { "label": "50万", "value": "500000" }, { "label": "100万", "value": "1000000" }, { "label": "150万", "value": "1500000" }, { "label": "200万", "value": "2000000" }, { "label": "250万", "value": "2500000" }, { "label": "300万", "value": "3000000" }, { "label": "500万", "value": "5000000" }, { "label": "1000万", "value": "10000000" }], kindCode: "B", isMainRisk: true, kindName: "第三者责任险" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "不投保", "value": "0" }, { "label": "1万", "value": "10000" }, { "label": "2万", "value": "20000" }, { "label": "5万", "value": "50000" }, { "label": "10万", "value": "100000" }, { "label": "15万", "value": "150000" }, { "label": "20万", "value": "200000" }], kindCode: "D3", isMainRisk: true, kindName: "司机责任险" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "不投保", "value": "0" }, { "label": "1万", "value": "10000" }, { "label": "2万", "value": "20000" }, { "label": "5万", "value": "50000" }, { "label": "10万", "value": "100000" }, { "label": "15万", "value": "150000" }, { "label": "20万", "value": "200000" }], kindCode: "D4", isMainRisk: true, kindName: "乘客责任险" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "不投保", "value": "0" }, { "label": "2000", "value": "2000" }, { "label": "5000", "value": "5000" }, { "label": "1万", "value": "10000" }], isMainRisk: false, kindCode: "L", kindName: "车身划痕险", mainRiskCodeList: "A" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "不投保", "value": "0" }, { "label": "5%", "value": "5" }, { "label": "10%", "value": "10" }, { "label": "15%", "value": "15" }, { "label": "20%", "value": "20" }], isMainRisk: false, kindCode: "MJ1", kindName: "绝对免赔率特约险(车损)", mainRiskCodeList: "A" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "不投保", "value": "0" }, { "label": "5%", "value": "5" }, { "label": "10%", "value": "10" }, { "label": "15%", "value": "15" }, { "label": "20%", "value": "20" }], isMainRisk: false, kindCode: "MJ2", kindName: "绝对免赔率特约险(三者)", mainRiskCodeList: "B" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "不投保", "value": "0" }, { "label": "5%", "value": "5" }, { "label": "10%", "value": "10" }, { "label": "15%", "value": "15" }, { "label": "20%", "value": "20" }], isMainRisk: false, kindCode: "MJ3", kindName: "绝对免赔率特约险(司机)", mainRiskCodeList: "D3" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "不投保", "value": "0" }, { "label": "5%", "value": "5" }, { "label": "10%", "value": "10" }, { "label": "15%", "value": "15" }, { "label": "20%", "value": "20" }], isMainRisk: false, kindCode: "MJ4", kindName: "绝对免赔率特约险(乘客)", mainRiskCodeList: "D4" },
- { checked: false, amount: "0", coveragePremium: "", amtList: [{ "label": "不投保", "value": "0" }, { "label": "投保", "value": "1" }], isMainRisk: false, kindCode: "BD", kindName: "法定节假日限额翻倍险", mainRiskCodeList: "B" }
- ]
- export default {
- baseUrl,
- h5BaseUrl,
- insCompanyList,
- orderStatus,
- insureList,
- insureList1,
- auditStatus
- }
|