部分内容优化

This commit is contained in:
wuhui_zzw 2023-11-15 10:09:31 +08:00
parent fa933cc7ed
commit 7c89cdd8e8
19 changed files with 50 additions and 158 deletions

View File

@ -1,12 +1,4 @@
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB赋能开发者助力企业发展 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEB并不是自由软件未经许可不能去掉CRMEB相关版权
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
const { run } = require('runjs')
const chalk = require('chalk')

View File

@ -1,8 +1,8 @@
<template>
<div class="ivu-global-footer i-copyright" v-if="openVersion !== '0'">
<div v-if="version.status == -1" class="ivu-global-footer-copyright">{{ `Copyright ${version.year} ` }}<a :href="`${version.url}`" target="_blank">{{ version.version }}</a></div>
<div v-else class="ivu-global-footer-copyright">{{ version.Copyright }}</div>
</div>
<!--<div class="ivu-global-footer i-copyright" v-if="openVersion !== '0'">-->
<!-- <div v-if="version.status == -1" class="ivu-global-footer-copyright">{{ `Copyright ${version.year} ` }}<a :href="`${version.url}`" target="_blank">{{ version.version }}</a></div>-->
<!-- <div v-else class="ivu-global-footer-copyright">{{ version.Copyright }}</div>-->
<!--</div>-->
</template>
<script>
@ -12,7 +12,7 @@ export default {
name: 'i-copyright',
data () {
return {
copyright: 'Copyright © 2022 西安众邦网络科技有限公司',
copyright: '',
openVersion: '0',
copyright_status: '0',
version: {}

View File

@ -335,7 +335,7 @@ export default {
'2.将第 2 步商城后台保存提交的配置信息(再次强调上一步需要提交哦~),在微信公众平台上填写。',
],
alert: [
'1.URL填写内容为http://你的域名/api/Wechat/serve例如http://<a>www.crmeb.com</a>/api/Wechat/serve',
'1.URL填写内容为http://你的域名/api/Wechat/serve',
'2.AppID、AppSecret、Token、消息加密方式、EncodingAESKey两边的服务器配置必须要<a href="javascript:;">完全一致</a>哦~',
],
image: ['wechat-3-3-2.png'],

View File

@ -71,8 +71,7 @@ export default {
"a",
{
attrs: {
href:
"http://www.crmeb.com/home/grant/applyauthorize.html",
href: "",
target: "_blank"
}
},

View File

@ -85,13 +85,13 @@
</el-form>
</div>
</div>
<div class="record_number">
<template v-if="copyright.status == -1">
<span class="cell">Copyright {{ copyright.year }}</span>
<a class="cell" :href="`http://${copyright.url}`" target="_blank">{{ copyright.version }}</a>
</template>
<template v-else>{{ copyright.Copyright }}</template>
</div>
<!--<div class="record_number">-->
<!-- <template v-if="copyright.status == -1">-->
<!-- <span class="cell">Copyright {{ copyright.year }}</span>-->
<!-- <a class="cell" :href="`http://${copyright.url}`" target="_blank">{{ copyright.version }}</a>-->
<!-- </template>-->
<!-- <template v-else>{{ copyright.Copyright }}</template>-->
<!--</div>-->
<Verify @success="success" captchaType="blockPuzzle" :imgSize="{ width: '330px', height: '155px' }" ref="verify"></Verify>
</div>
</template>

View File

@ -96,7 +96,6 @@
placeholder="请输入您在淘宝或小程序购买的源码订单号"
class="customer"
>
<a slot="append" target="_blank" href="http://www.crmeb.com/home/grant/applyauthorize.html">联系客服获取订单号</a>
</el-input>
</el-form-item>
<el-form-item label="手机号:" label-for="phone" prop="phone">
@ -262,9 +261,7 @@ export default {
_this.authorizedPicture = img[0];
});
},
toCrmeb() {
window.open('http://www.crmeb.com')
},
toCrmeb() {},
handleClose(){
this.isTemplate = false
this.getAuthData();

View File

@ -72,15 +72,7 @@
</template>
<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEBCRMEB
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
import { applyTempLstApi } from '@/api/sms'
import { roterPre } from '@/settings'
import { mapGetters } from 'vuex'

View File

@ -89,15 +89,7 @@
</template>
<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEBCRMEB
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
import { smsTempLstApi, tempCreateApi } from '@/api/sms'
import { roterPre } from '@/settings'
import { mapGetters } from 'vuex'

View File

@ -111,15 +111,7 @@
</template>
<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEBCRMEB
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
import {
createConfigSettingTable,
updateConfigSettingTable,

View File

@ -165,15 +165,7 @@
</template>
<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEBCRMEB
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
import { replyListApi, replyDeleteApi, replyStatusApi, replyAddApi, replyEditApi } from '@/api/systemForm'
import { roterPre } from '@/settings'
import { getToken } from "@/utils/auth";

View File

@ -59,15 +59,7 @@
</template>
<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEBCRMEB
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
import { roterPre } from '@/settings'
import {
createGroupTable,

View File

@ -94,15 +94,7 @@
</template>
<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEBCRMEB
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
import { messageManageLst, addMessageApi, messageSettingApi, messageStatusApi, syncAppletsApi, syncPublicApi, messageChangeApi } from '@/api/setting'
import { configApi } from '@/api/system'
import { roterPre } from '@/settings'

View File

@ -80,15 +80,7 @@
</template>
<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEBCRMEB
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
import {
createGroupData,
updateGroupData,

View File

@ -7,15 +7,7 @@
</template>
<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEBCRMEB
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
import { mapGetters } from 'vuex'
import formCreate from '@form-create/element-ui'
import { deliveryConfigApi, uploadApi } from '@/api/systemForm'

View File

@ -16,15 +16,7 @@
</template>
<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEBCRMEB
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
import guide from '@/components/settingGuide/index';
import { mapGetters } from 'vuex'
import formCreate from '@form-create/element-ui'

View File

@ -35,15 +35,7 @@
</template>
<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEBCRMEB
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
import ueditorFrom from '@/components/ueditorFrom'
import {

View File

@ -55,15 +55,7 @@
</template>
<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEBCRMEB
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
import {
groupLstApi,
groupFormApi,

View File

@ -101,15 +101,7 @@
</template>
<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEBCRMEB
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------
import { couponSendApi, platformLstApi } from '@/api/marketing'
import { roterPre } from '@/settings'
export default {

View File

@ -7,8 +7,8 @@
<el-tab-pane label="微信用户" name="wechat" />
<el-tab-pane label="小程序用户" name="routine" />
<el-tab-pane label="H5用户" name="h5" />
<el-tab-pane label="APP" name="app" />
<el-tab-pane label="PC" name="pc" />
<!--<el-tab-pane label="APP" name="app" />-->
<!--<el-tab-pane label="PC" name="pc" />-->
</el-tabs>
<div class="container">
<el-form inline size="small" :label-position="labelPosition" label-width="100px">