Commit f023958c authored by lixy's avatar lixy

“欣新房车”改为“天德房车”

parent 721d0f39
......@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>e家房车管理后台</title>
<title>天德房车管理后台</title>
</head>
<body>
<script src=<%= htmlWebpackPlugin.options.path %>/jquery.min.js></script>
......
......@@ -802,7 +802,7 @@ export const asyncRouterMap = [
{
path: "/xxOfficialWebsite",
component: Layout,
name: "欣新房车官网管理",
name: "天德房车官网管理",
icon: "setting",
authority: "xxOfficialWebsite",
children: [
......
......@@ -173,7 +173,7 @@ const baseInfo = {
belong2Type: {
1: {
code: 1,
val: '欣新房车有限公司'
val: '天德房车有限公司'
},
2: {
code: 2,
......
......@@ -18,7 +18,7 @@
</el-table-column>
<el-table-column width="180" align="center" label="类型">
<template slot-scope="scope">
<span>{{scope.row.type==0?"首页":scope.row.type==1?"旅游":scope.row.type==2?"营地":scope.row.type==3?"房车":scope.row.type==4?"活动":scope.row.type==5?"新闻":scope.row.type==6?"关于欣新":scope.row.type}}</span>
<span>{{scope.row.type==0?"首页":scope.row.type==1?"旅游":scope.row.type==2?"营地":scope.row.type==3?"房车":scope.row.type==4?"活动":scope.row.type==5?"新闻":scope.row.type==6?"关于天德":scope.row.type}}</span>
</template>
</el-table-column>
<el-table-column width="250" align="center" label="banner图">
......@@ -58,7 +58,7 @@
<el-radio class="radio" v-model="form.type" label="3">房车</el-radio>
<el-radio class="radio" v-model="form.type" label="4">活动</el-radio>
<el-radio class="radio" v-model="form.type" label="5">新闻</el-radio>
<el-radio class="radio" v-model="form.type" label="6">关于欣新</el-radio>
<el-radio class="radio" v-model="form.type" label="6">关于天德</el-radio>
</el-form-item>
<!--BASE_API + -->
<el-form-item label="banner图" prop="cover" :style="{display:'block'}">
......
......@@ -142,7 +142,7 @@
data() {
return {
// 0-所有,1-新欣房车官网,2-滴房车官网
// brandlist: [{id:1,name:'所有网站'},{id:2,name:'欣新房车官网'},{id:3,name:'滴房车官网'}],
// brandlist: [{id:1,name:'所有网站'},{id:2,name:'天德房车官网'},{id:3,name:'滴房车官网'}],
modalTitle: "创建",
BASE_API: process.env.BASE_API,
popupDialogVisible: false,//添加、编辑弹框
......@@ -157,7 +157,7 @@
total: null,
publishWebSite: {
0: '所有',
1: '欣新房车官网',
1: '天德房车官网',
2: '滴房车官网'
},
status: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment