소스 검색

2023-11-21

cmy 2 년 전
부모
커밋
c83f562c65
10개의 변경된 파일854개의 추가작업 그리고 645개의 파일을 삭제
  1. 1 1
      .env.dev
  2. 1 1
      .env.production
  3. 401 165
      package-lock.json
  4. 1 1
      src/components/copyright/index.vue
  5. 2 2
      src/pages/account/login/index.vue
  6. 1 1
      src/router/routes.js
  7. 1 1
      src/setting.js
  8. 1 1
      src/utils/authLapse.js
  9. 1 1
      src/utils/modalForm.js
  10. 444 471
      yarn.lock

+ 1 - 1
.env.dev

@@ -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 系统连接地址

+ 1 - 1
.env.production

@@ -3,7 +3,7 @@ NODE_ENV=production
 VUE_APP_ENV='production'
 
 # 页面 title
-VUE_APP_TITLE=CRMEB
+VUE_APP_TITLE=君子堂
 # socket 客服连接地址
 VUE_APP_WS_KEFU_URL=''
 # socket 系统连接地址

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 401 - 165
package-lock.json


+ 1 - 1
src/components/copyright/index.vue

@@ -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';

+ 2 - 2
src/pages/account/login/index.vue

@@ -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"

+ 1 - 1
src/router/routes.js

@@ -26,7 +26,7 @@ import Setting from "@/setting";
 const frameIn = [{
 		path: `/`,
 		meta: {
-			title: 'CRMEB'
+			title: '君子堂'
 		},
 		redirect: {
 			name: 'home_index'

+ 1 - 1
src/setting.js

@@ -25,7 +25,7 @@ const Setting = {
      * */
     routePre,
     // 网页标题的后缀
-    titleSuffix: util.cookies.get('pageTitle') || 'CRMEB',
+    titleSuffix: util.cookies.get('pageTitle') || '君子堂',
 		// 后台配置目录
 		
     // 路由模式,可选值为 history 或 hash

+ 1 - 1
src/utils/authLapse.js

@@ -17,7 +17,7 @@ export function authLapse (data) {
                 return h('div', [
                     h('a', {
                         attrs: {
-                            href: 'http://www.crmeb.com'
+                            href: '/'
                         }
                     }, data.info)
                 ])

+ 1 - 1
src/utils/modalForm.js

@@ -52,7 +52,7 @@ export default function (formRequestPromise, { width = '700' } = { width: '700'
                         return h('div', [
                             h('a', {
                                 attrs: {
-                                    href: 'http://www.crmeb.com'
+                                    href: '/'
                                 }
                             }, data.info)
                         ])

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 444 - 471
yarn.lock


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.