diff --git a/src/router/index.js b/src/router/index.js
index 1ebca74..deee63c 100755
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -72,6 +72,17 @@ const routes = [{
// breadcrumbParent:'首页'
}
},
+ {
+ path: '/agent/ocpcList',
+ name: '站点列表',
+ isFirst: true,
+ component: () => import( /* webpackChunkName: "siteList" */ '../views/agent/ocpcList.vue'),
+ meta: {
+ title: 'OCPC订单',
+ breadcrumbParent: '首页',
+ hideBreadcrumb: true // 一级页面不显示面包屑
+ }
+ },
{
path: '/agent/siteList',
name: '站点列表',
diff --git a/src/store/index.js b/src/store/index.js
index f25404f..0b5204a 100755
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -111,6 +111,21 @@ export default new Vuex.Store({
children: [
{
index: '2-1',
+ title: '查重订单',
+ path: '/agent/checkList'
+ },
+ {
+ index: '2-2',
+ title: 'AI写作订单',
+ path: '/agent/aiList'
+ },
+ {
+ index: '2-3',
+ title: 'OCPC订单',
+ path: '/agent/ocpcList'
+ },
+ {
+ index: '2-4',
title: 'ui页面',
path: '/ui'
}
diff --git a/src/views/agent/ocpcList.vue b/src/views/agent/ocpcList.vue
new file mode 100644
index 0000000..c7d3ab4
--- /dev/null
+++ b/src/views/agent/ocpcList.vue
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/agent/payList.vue b/src/views/agent/payList.vue
index 8d0bbca..f311337 100644
--- a/src/views/agent/payList.vue
+++ b/src/views/agent/payList.vue
@@ -757,7 +757,7 @@ export default {
.pageheader-title h3 {
display: flex;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
font-weight: bold;
line-height: normal;
letter-spacing: 0.08em;
diff --git a/src/views/agent/siteBaseSetting.vue b/src/views/agent/siteBaseSetting.vue
index 7daaff9..26c030d 100644
--- a/src/views/agent/siteBaseSetting.vue
+++ b/src/views/agent/siteBaseSetting.vue
@@ -854,7 +854,7 @@ export default {
}
.pagetitle {
- font-size: 18px;
+ font-size: 16px;
font-weight: bold;
line-height: normal;
letter-spacing: 0.08em;
diff --git a/src/views/agent/siteList.vue b/src/views/agent/siteList.vue
index 6ffd992..f7ca0e2 100644
--- a/src/views/agent/siteList.vue
+++ b/src/views/agent/siteList.vue
@@ -383,7 +383,7 @@ export default {
}
.pagetitle {
- font-size: 18px;
+ font-size: 16px;
font-weight: bold;
line-height: normal;
letter-spacing: 0.08em;
diff --git a/src/views/agent/siteMobileSetting.vue b/src/views/agent/siteMobileSetting.vue
index d24c1aa..defe66d 100644
--- a/src/views/agent/siteMobileSetting.vue
+++ b/src/views/agent/siteMobileSetting.vue
@@ -577,7 +577,7 @@ export default {
}
.pagetitle {
- font-size: 18px;
+ font-size: 16px;
font-weight: bold;
line-height: normal;
letter-spacing: 0.08em;
diff --git a/src/views/agent/siteSemSetting.vue b/src/views/agent/siteSemSetting.vue
index 4ae40b3..00fa482 100644
--- a/src/views/agent/siteSemSetting.vue
+++ b/src/views/agent/siteSemSetting.vue
@@ -542,7 +542,7 @@ export default {
}
.pagetitle {
- font-size: 18px;
+ font-size: 16px;
font-weight: bold;
line-height: normal;
letter-spacing: 0.08em;