@@ -2,7 +2,7 @@
NODE_ENV=development
VUE_APP_ENV='dev'
# 页面 title
-VUE_APP_TITLE=CRMEB
+VUE_APP_TITLE=君子堂
# socket 客服连接地址
VUE_APP_WS_KEFU_URL=''
# socket 系统连接地址
@@ -3,7 +3,7 @@ NODE_ENV=production
VUE_APP_ENV='production'
@@ -1,5 +1,5 @@
<template>
- <GlobalFooter class="i-copyright" :links="links" :copyright="copyright" />
+ <!-- <GlobalFooter class="i-copyright" :links="links" :copyright="copyright" /> -->
</template>
<script>
import { copyright } from '@/api/account';
@@ -25,10 +25,10 @@
<!--<div class="info" v-if="copyrightContext">{{copyrightContext}}</div>-->
<!--<div class="info" v-else>Copyright ©2014-2023 <a class="infoUrl" href="https://www.crmeb.com" target="_blank">{{version}}</a></div>-->
</div>
- <div class="footer">
+ <!-- <div class="footer">
<div class="pull-right" v-if="copyrightContext">{{copyrightContext}}</div>
<div class="pull-right" v-else>Copyright ©2014-2023 <a class="infoUrl" href="https://www.crmeb.com" target="_blank">{{version}}</a></div>
- </div>
+ </div> -->
<Verify
@success="closeModel"
captchaType="blockPuzzle"
@@ -26,7 +26,7 @@ import Setting from "@/setting";
const frameIn = [{
path: `/`,
meta: {
- title: 'CRMEB'
+ title: '君子堂'
},
redirect: {
name: 'home_index'
@@ -25,7 +25,7 @@ const Setting = {
* */
routePre,
// 网页标题的后缀
- titleSuffix: util.cookies.get('pageTitle') || 'CRMEB',
+ titleSuffix: util.cookies.get('pageTitle') || '君子堂',
// 后台配置目录
// 路由模式,可选值为 history 或 hash
@@ -17,7 +17,7 @@ export function authLapse (data) {
return h('div', [
h('a', {
attrs: {
- href: 'http://www.crmeb.com'
+ href: '/'
}
}, data.info)
])
@@ -52,7 +52,7 @@ export default function (formRequestPromise, { width = '700' } = { width: '700'