|
@@ -15,6 +15,7 @@ export const routingInfos = {
|
|
|
topMountedInterface: TOP_OF_BUSINESS_OPPORTUNITIES, // 顶置接口
|
|
|
cancelTheTopMountedInterface: CANCEL_THE_TOP_PLACEMENT_OF_BUSINESS_OPPORTUNITIES, // 取消顶置接口
|
|
|
homeImage: new URL('/src/assets/image/module/min_business.png', import.meta.url).href, // 首页图片
|
|
|
+ moduleImageNew: new URL('/src/assets/image/module/businessNew.png', import.meta.url).href,
|
|
|
moduleImage: new URL('/src/assets/image/module/business.png', import.meta.url).href, // 模块图片
|
|
|
searchFiled: { search: 'name' }, // 搜索字段
|
|
|
image: '', // 图片
|
|
@@ -36,6 +37,7 @@ export const routingInfos = {
|
|
|
topMountedInterface: TOP_OF_CLUES,
|
|
|
cancelTheTopMountedInterface: CANCEL_THE_TOP_PLACEMENT_OF_CLUES,
|
|
|
homeImage: new URL('/src/assets/image/module/min_thread.png', import.meta.url).href,
|
|
|
+ moduleImageNew: new URL('/src/assets/image/module/threadNew.png', import.meta.url).href,
|
|
|
moduleImage: new URL('/src/assets/image/module/thread.png', import.meta.url).href,
|
|
|
searchFiled: { search: 'clueName' },
|
|
|
image: '',
|
|
@@ -57,6 +59,7 @@ export const routingInfos = {
|
|
|
topMountedInterface: CUSTOMER_TOP_MOUNTED,
|
|
|
cancelTheTopMountedInterface: CUSTOMER_CANCELS_TOP_PLACEMENT,
|
|
|
homeImage: new URL('/src/assets/image/module/min_customer.png', import.meta.url).href,
|
|
|
+ moduleImageNew: new URL('/src/assets/image/module/customerNew.png', import.meta.url).href,
|
|
|
moduleImage: new URL('/src/assets/image/module/customer.png', import.meta.url).href,
|
|
|
searchFiled: { search: 'customName' },
|
|
|
image: '',
|
|
@@ -78,6 +81,7 @@ export const routingInfos = {
|
|
|
topMountedInterface: CONTACT_TOP,
|
|
|
cancelTheTopMountedInterface: CONTACT_PERSON_CANCELS_TOP_PLACEMENT,
|
|
|
homeImage: new URL('/src/assets/image/module/min_contacts.png', import.meta.url).href,
|
|
|
+ moduleImageNew: new URL('/src/assets/image/module/contactsNew.png', import.meta.url).href,
|
|
|
moduleImage: new URL('/src/assets/image/module/contacts.png', import.meta.url).href,
|
|
|
searchFiled: { search: 'name' },
|
|
|
image: '',
|
|
@@ -99,6 +103,7 @@ export const routingInfos = {
|
|
|
topMountedInterface: TASK_TOP,
|
|
|
cancelTheTopMountedInterface: TASK_CANCELLATION_TOP,
|
|
|
homeImage: new URL('/src/assets/image/module/min_tasks.png', import.meta.url).href,
|
|
|
+ moduleImageNew: new URL('/src/assets/image/module/tasksNew.png', import.meta.url).href,
|
|
|
moduleImage: new URL('/src/assets/image/module/tasks.png', import.meta.url).href,
|
|
|
searchFiled: { search: 'taskName' },
|
|
|
image: '',
|
|
@@ -120,6 +125,7 @@ export const routingInfos = {
|
|
|
topMountedInterface: TOP_MOUNTED_PRODUCT,
|
|
|
cancelTheTopMountedInterface: CANCEL_THE_TOP_PLACEMENT_OF_THE_PRODUCT,
|
|
|
homeImage: new URL('/src/assets/image/module/min_product.png', import.meta.url).href,
|
|
|
+ moduleImageNew: new URL('/src/assets/image/module/productNew.png', import.meta.url).href,
|
|
|
moduleImage: new URL('/src/assets/image/module/product.png', import.meta.url).href,
|
|
|
searchFiled: { search: 'productName' },
|
|
|
image: '',
|
|
@@ -141,6 +147,7 @@ export const routingInfos = {
|
|
|
topMountedInterface: TOP_OF_THE_CONTRACT,
|
|
|
cancelTheTopMountedInterface: CONTRACT_CANCELLATION_WITH_TOP_PLACEMENT,
|
|
|
homeImage: new URL('/src/assets/image/module/min_contract.png', import.meta.url).href,
|
|
|
+ moduleImageNew: new URL('/src/assets/image/module/contractNew.png', import.meta.url).href,
|
|
|
moduleImage: new URL('/src/assets/image/module/contract.png', import.meta.url).href,
|
|
|
searchFiled: { search: 'name' },
|
|
|
image: '',
|
|
@@ -162,6 +169,7 @@ export const routingInfos = {
|
|
|
topMountedInterface: SALES_ORDER_TOP_PLACEMENT,
|
|
|
cancelTheTopMountedInterface: CANCEL_THE_TOP_PLACEMENT_OF_THE_SALES_ORDER,
|
|
|
homeImage: new URL('/src/assets/image/module/min_order.png', import.meta.url).href,
|
|
|
+ moduleImageNew: new URL('/src/assets/image/module/orderNew.png', import.meta.url).href,
|
|
|
moduleImage: new URL('/src/assets/image/module/order.png', import.meta.url).href,
|
|
|
searchFiled: { search: 'orderName' },
|
|
|
image: '',
|