图标问题
This commit is contained in:
@@ -296,54 +296,6 @@
|
||||
"navigationBarTitleText": "拜访详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "insurance/application/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "投保申请列表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "insurance/application/create",
|
||||
"style": {
|
||||
"navigationBarTitleText": "创建投保申请"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "insurance/application/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "投保申请详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "insurance/company/select",
|
||||
"style": {
|
||||
"navigationBarTitleText": "选择保险公司"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "insurance/product/select",
|
||||
"style": {
|
||||
"navigationBarTitleText": "选择保险产品"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "insurance/claim/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "理赔申请列表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "insurance/claim/create",
|
||||
"style": {
|
||||
"navigationBarTitleText": "创建理赔申请"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "insurance/policy/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "保险单详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "me/index",
|
||||
"style": {
|
||||
@@ -428,30 +380,6 @@
|
||||
"navigationBarTitleText": "理赔详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "underwriting/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "待核保列表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "underwriting/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "核保详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "claim-review/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "理赔审核列表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "claim-review/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "理赔审核详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "bank/list",
|
||||
"style": {
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
import { defineStore } from 'pinia'
|
||||
import type { User } from '@/typings/mall'
|
||||
import { defineStore } from 'pinia'
|
||||
import { mockMember } from '@/mock/member'
|
||||
// i-carbon-3rd-party-connected
|
||||
// i-carbon-building
|
||||
// i-carbon-logo-angular
|
||||
/**
|
||||
* 客户端类型枚举
|
||||
* - user: 用户端(消费者)
|
||||
@@ -41,14 +42,14 @@ export const CLIENT_TYPE_CONFIG = {
|
||||
},
|
||||
[ClientType.GOVERNMENT]: {
|
||||
label: '政务端',
|
||||
icon: 'i-carbon-building-government',
|
||||
icon: 'i-carbon-building',
|
||||
color: '#d53f8c',
|
||||
description: '合规监管、风险预警',
|
||||
homePage: '/pagesGovernment/dashboard/index',
|
||||
},
|
||||
[ClientType.INSURANCE]: {
|
||||
label: '保险端',
|
||||
icon: 'i-carbon-umbrella',
|
||||
icon: 'i-carbon-logo-angular',
|
||||
color: '#3182ce',
|
||||
description: '保单管理、理赔服务',
|
||||
homePage: '/pagesInsurance/dashboard/index',
|
||||
@@ -107,7 +108,7 @@ export const useUserStore = defineStore('user', {
|
||||
this.clientType = ClientType.USER
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
persist: {
|
||||
key: 'shop-toy-user',
|
||||
storage: {
|
||||
@@ -116,4 +117,3 @@ export const useUserStore = defineStore('user', {
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user