提交 bd0670d2 编写于 作者: vino's avatar vino

1.文案“圈子管理”改为“专区管理”,“云鹊小圈”改为“云鹊专区”

上级 6c42095b
......@@ -2803,6 +2803,10 @@
"loader-utils": "~0.2.5"
}
},
"file-saver": {
"version": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e",
"from": "github:eligrey/FileSaver.js#1.3.8"
},
"filename-regex": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
......@@ -4463,6 +4467,7 @@
"integrity": "sha512-J9X76xnncMw+wIqb15HeWfPMqPwYxSpPY8yWPJ7rAZN/ZDzFkjCSZObryCyUe8zbrVRNiuCnIeQteCzMn7GnWw==",
"requires": {
"canvg": "1.5.3",
"file-saver": "github:eligrey/FileSaver.js#1.3.8",
"html2canvas": "1.0.0-alpha.12",
"omggif": "1.0.7",
"promise-polyfill": "8.1.0",
......@@ -4482,10 +4487,6 @@
"base64-arraybuffer": "^0.1.5"
}
},
"file-saver": {
"version": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e",
"from": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e"
},
"html2canvas": {
"version": "1.0.0-alpha.12",
"resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-alpha.12.tgz",
......
......@@ -473,7 +473,7 @@ const vueFilter = {
return value
}
},
// 云鹊小圈 内容发布权限
// 云鹊专区 内容发布权限
dynamicFlagStatus: (value) => {
if (value == 1) {
return '所有人可发布'
......
......@@ -373,9 +373,9 @@ export default {
});
},
setCircleSize() {
console.log("设置云鹊小圈");
console.log("设置云鹊专区");
const yqRange = {
title: "云鹊小圈",
title: "云鹊专区",
icon: "el-icon-setting",
index: "yq-range",
};
......@@ -442,7 +442,7 @@ export default {
};
const yqRange = {
title: "云鹊小圈",
title: "云鹊专区",
icon: "el-icon-setting",
index: "yq-range",
};
......@@ -534,7 +534,7 @@ export default {
};
const yqRange = {
title: "云鹊小圈",
title: "云鹊专区",
icon: "el-icon-setting",
index: "yq-range",
};
......
......@@ -85,7 +85,7 @@ export default {
},
data() {
return {
curmbFirst: "云鹊小圈",
curmbFirst: "云鹊专区",
curmbThird: "设置管理员",
jumPathThird: '/yq-range',
circleId: "",
......@@ -153,7 +153,7 @@ export default {
vm = this;
this.circleId = this.$route.query.circleId;
this.circleName = this.$route.query.circleName;
this.curmbSecond = "圈子管理-" + this.circleName;
this.curmbSecond = "专区管理-" + this.circleName;
this.jumPathFouth = "/range-manage?id=" + this.circleId + "&name=" + this.circleName + "&activeName=first";
vm.circleId = vm.getUrlSearch(window.location.href, "circleId");
vm.formInline.blackStatus = 0 ;
......@@ -280,7 +280,7 @@ export default {
vm.search();
} else {
vm.$message(res.message);
}
}
});
},
complete() {
......
......@@ -93,7 +93,7 @@ export default {
return {
circleId: 0,
curmbFirst: "云鹊小圈",
curmbFirst: "云鹊专区",
curmbSecond: "",
curmbThird: "黑名单",
jumPathThird: "/yq-range",
......@@ -116,7 +116,7 @@ export default {
this.circleId = this.$route.query.circleId;
this.idType = localStorage.getItem("storageIdType");
this.circleName = this.$route.query.circleName;
this.curmbSecond = "圈子管理-" + this.circleName;
this.curmbSecond = "专区管理-" + this.circleName;
this.jumPathFouth =
"/range-manage?id=" +
this.circleId +
......
......@@ -619,7 +619,7 @@
rtcId: '',
circleId: '',
circleName: "",
curmbFirst: '云鹊小圈',
curmbFirst: '云鹊专区',
// curmbSecond: '直播管理',
curmbThird: '新建直播',// /live-manage?id=
jumPathThird: '/yq-range',
......@@ -836,7 +836,7 @@
// this.idType = 1; // TODO
this.circleId = this.$route.query.circleId;
this.circleName = this.$route.query.circleName;
this.curmbSecond = "圈子管理-" + this.circleName;
this.curmbSecond = "专区管理-" + this.circleName;
this.jumPathFouth = "/range-manage?id=" + this.circleId + "&name=" + this.circleName + "&activeName=third";
this.formData.circleId = this.circleId;
console.log("create-live: jumPathFouth: " + this.jumPathFouth);
......
......@@ -63,7 +63,7 @@
return {
id: null,
enterType: 1,//1.creat 2.edit
curmbFirst: '云鹊小圈',
curmbFirst: '云鹊专区',
curmbSecond: '新建小圈',
active: 0,
//页面展示位置
......
......@@ -300,7 +300,7 @@ export default {
data() {
return {
rtcId: null,
curmbFirst: "云鹊小圈",
curmbFirst: "云鹊专区",
curmbSecond: "直播管理",
dialogStatisticsVisible: false,
dialogLivelinkVisible: false,
......
......@@ -58,8 +58,8 @@ export default {
},
data(){
return{
curmbFirst: '云鹊小圈',
curmbSecond: '圈子管理',
curmbFirst: '云鹊专区',
curmbSecond: '专区管理',
curmbThird: '',
jumPathFouth: "",
jumPathThird: '/yq-range',
......@@ -93,7 +93,7 @@ export default {
this.name = name;
this.activeName = activeName;
this.roleType = roleType;
this.curmbSecond = "圈子管理-" + name;
this.curmbSecond = "专区管理-" + name;
this.curmbThird = this.curmbSecond;
this.active = 0;
this.jumPathFouth = "/range-manage?id=" + this.circleId + "&name=" + this.name;
......
......@@ -2,7 +2,7 @@
<div class="yqrange-index-wrapper">
<!--<bread-crumb :curmbFirst="curmbFirst"></bread-crumb>-->
<div class="yqrange-index-content" id="screenSet">
<!--<div class="header-title">云鹊小圈</div>-->
<!--<div class="header-title">云鹊专区</div>-->
<!-- <el-form ref="settingForm" :model="settingForm"
label-width="150px"
......@@ -67,7 +67,7 @@ export default {
},
data(){
return{
curmbFirst: '云鹊小圈',
curmbFirst: '云鹊专区',
showAllFlag: false,
showNewFlag: false,
searchForm: {
......
......@@ -120,7 +120,7 @@ export default {
vm = this;
return {
curmbFirst: "云鹊小圈",
curmbFirst: "云鹊专区",
curmbSecond: "成员管理",
searchForm: {
searchName: "",
......
......@@ -3,7 +3,7 @@
<bread-crumb :curmbFirst="curmbFirst"></bread-crumb>
<div class="yqrange-index-content screenSet">
<el-tabs v-model="activeName" @tab-click="tabChangeHandler">
<el-tab-pane label="云鹊小圈" name="first">
<el-tab-pane label="云鹊专区" name="first">
<el-form ref="searchForm" :model="searchForm" label-width="75px" label-suffix=":" :inline="true">
<el-row :gutter="30" type="flex" style="margin-top: 10px">
<el-col :span="8">
......@@ -163,7 +163,7 @@ export default {
},
data(){
return{
curmbFirst: '云鹊小圈',
curmbFirst: '云鹊专区',
activeName: 'first',
showAllFlag: false,
showNewFlag: false,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册