Browse Source

服务设置

master
pengda 9 hours ago
parent
commit
c27ea8b739
  1. 2
      src/components/site/serviceSetting/domainSet.vue
  2. 2
      src/components/site/serviceSetting/linkSet.vue
  3. 2
      src/components/site/serviceSetting/paymentSet.vue
  4. 2
      src/components/site/serviceSetting/priceSet.vue
  5. 2
      src/components/site/serviceSetting/reportSeoSet.vue
  6. 2
      src/components/site/serviceSetting/showSet.vue
  7. 2
      src/components/site/serviceSetting/submitSeoSet.vue
  8. 6
      src/router/index.js
  9. 106
      src/views/agent/siteServiceEdit.vue

2
src/components/site/serviceSetting/domainSet.vue

@ -1,5 +1,5 @@
<template>
<div class="main-content12">
<div>
<div class="pageheader">
<span class="pagetitle">{{info.type_desc}}-独立域名</span>
</div>

2
src/components/site/serviceSetting/linkSet.vue

@ -1,5 +1,5 @@
<template>
<div class="main-content12">
<div>
<div class="pageheader">
<span class="pagetitle">{{info.type_desc}}-自定义导航</span>
</div>

2
src/components/site/serviceSetting/paymentSet.vue

@ -1,5 +1,5 @@
<template>
<div class="main-content12">
<div>
<div class="pageheader">
<span class="pagetitle">{{info.type_desc}}-收款设置</span>
</div>

2
src/components/site/serviceSetting/priceSet.vue

@ -1,5 +1,5 @@
<template>
<div class="main-content12">
<div>
<div class="pageheader">
<span class="pagetitle">{{info.type_desc}}-价格设置</span>
</div>

2
src/components/site/serviceSetting/reportSeoSet.vue

@ -1,5 +1,5 @@
<template>
<div class="main-content12">
<div>
<div class="pageheader">
<span class="pagetitle">{{info.type_desc}}-报告页SEO</span>
</div>

2
src/components/site/serviceSetting/showSet.vue

@ -1,5 +1,5 @@
<template>
<div class="main-content12">
<div>
<div class="pageheader">
<span class="pagetitle">{{info.type_desc}}-展示设置</span>
</div>

2
src/components/site/serviceSetting/submitSeoSet.vue

@ -1,5 +1,5 @@
<template>
<div class="main-content12">
<div>
<div class="pageheader">
<span class="pagetitle">{{info.type_desc}}-提交页SEO</span>
</div>

6
src/router/index.js

@ -17,7 +17,7 @@ const blackHeaderList = [
'/franchise'
];
const blackFooterList = [
'/', '/franchise','/agent/payInfoSetting'
'/', '/franchise','/agent/payInfoSetting','/agent/siteServiceEdit'
];
// const whiteSlideList = ['/', '/ui',
// '/agent/siteList',
@ -56,6 +56,10 @@ const routes = [{
// this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import( /* webpackChunkName: "register" */ '../views/Register.vue'),
meta: {
title: '注册页',
hideBreadcrumb: true, // 一级页面不显示面包屑
}
},
{
path: '/ui',

106
src/views/agent/siteServiceEdit.vue

@ -1,5 +1,5 @@
<template>
<div class="main-content12">
<div class="main-content12 pb90">
<!-- 参数 在子组件页面一样用 props接收 ref绑定的组件示例 -->
<!-- 默认页面展示 的初始组件 Franchise-->
<component :is="componentsName ? componentsName : 'priceSet'" ref="dynamicComponent" :key="tableKey"
@ -120,107 +120,9 @@ export default {
}
</script>
<style lang="scss" scoped>
//a {
// text-decoration: none;
// color: #006AFF;
//}
//
//.gray {
// color: #626573 !important;
//}
//
//.mt-18 {
// margin-top: 18px;
//}
//
//.ml-23 {
// margin-left: 23px;
//}
//
//.justify-content-space-between {
// justify-content: space-between;
//}
//
//.beforeNotice {
//
// h4 {
// margin: 0;
// gap: 8px;
// justify-content: space-between;
// }
//
// margin-bottom: 18px;
// text-align: left;
// box-sizing: border-box;
// padding: 20px 14px;
// border-radius: 4px;
// /* middle/middle_grey_0 */
// background: #FAFAFA;
//
// div {
// margin-top: 2px;
// padding-left: 23px;
//
// p {
// color: #8A9099;
// }
//
// }
//
// p {
// color: #1E2226;
//
// i {
// font-style: normal;
// }
//
// &:last-child {
// display: flex;
// align-items: stretch;
//
// b {
// font-weight: normal;
// color: #8A9099;
// display: inline-flex;
//
// img {
// margin-left: 4px;
// }
// }
// }
// }
//
// a {
// text-decoration: none;
// color: #006AFF;
// margin-right: 10px;
//
// img {
// margin-left: 5px;
// margin-right: 5px;
// }
// }
//}
//.siteMessage {
// border-radius: 4px;
// transition: all .5s;
// border: 1px solid transparent;
//}
//
//.siteMessage h3 {
// font-size: 14px;
// font-weight: bold;
// line-height: normal;
// letter-spacing: 0.08em;
// color: #1E2226;
//}
//
//.site-setting-wrap {
// width: 100%;
//}
.pb90{
padding-bottom: 90px;
}
::v-deep .flex-left{
text-align: left;
}

Loading…
Cancel
Save