zhangle 8 сар өмнө
parent
commit
f0db06f0ab

+ 3 - 3
crmeb_src/mer_mer_admin/package.json

@@ -1,8 +1,8 @@
 {
-  "name": "crmeb-java-webpc-admin",
+  "name": "LGNS",
   "version": "4.2.1",
-  "description": "Java mall free open source CRMEB mall JAVA version, SpringBoot + Maven + Swagger + Mybatis Plus + Redis + Uniapp +Vue+elementUI Including mobile terminal, applet, PC background, Api interface; products, users, shopping carts, orders, points, Modules such as coupons, marketing, balance, permissions, roles, system settings, combined data, and drag-and-drop forms have greatly reduced the cost of second-opening.",
-  "author": "CRMEB",
+  "description": "LGNS",
+  "author": "LGNS",
   "license": "MIT",
   "scripts": {
     "dev": "vue-cli-service serve --open",

+ 3 - 3
crmeb_src/mer_mer_admin/src/components/copyright/index.vue

@@ -22,12 +22,12 @@ export default {
   name: 'i-copyright',
   data() {
     return {
-      copyright: 'Copyright © 2023 西安众邦网络科技有限公司',
-      copyrightNew: '',
+      copyright: 'Copyright © 2025',
+      copyrightNew: 'Copyright © 2025',
     };
   },
   mounted() {
-    this.getVersion();
+    // this.getVersion();
   },
   methods: {
     getVersion() {

+ 1 - 1
crmeb_src/mer_mer_admin/src/settings.js

@@ -14,7 +14,7 @@ module.exports = {
   // 接口请求地址
   apiBaseURL: VUE_APP_API_URL,
 
-  title: 'CRMEBMer',
+  title: '加载中...',
 
   /**
    * @type {boolean} true | false

+ 3 - 3
crmeb_src/mer_plat_admin/package.json

@@ -1,8 +1,8 @@
 {
-  "name": "crmeb-java-webpc-admin",
+  "name": "LGNS",
   "version": "4.2.1",
-  "description": "Java mall free open source CRMEB mall JAVA version, SpringBoot + Maven + Swagger + Mybatis Plus + Redis + Uniapp +Vue+elementUI Including mobile terminal, applet, PC background, Api interface; products, users, shopping carts, orders, points, Modules such as coupons, marketing, balance, permissions, roles, system settings, combined data, and drag-and-drop forms have greatly reduced the cost of second-opening.",
-  "author": "CRMEB",
+  "description": "LGNS",
+  "author": "LGNS",
   "license": "MIT",
   "scripts": {
     "serve": "vue-cli-service serve",

+ 3 - 3
crmeb_src/mer_plat_admin/src/components/copyright/index.vue

@@ -22,12 +22,12 @@ export default {
   name: 'i-copyright',
   data() {
     return {
-      copyright: 'Copyright © 2023 西安众邦网络科技有限公司',
-      copyrightNew: '',
+      copyright: 'Copyright © 2025',
+      copyrightNew: 'Copyright © 2025',
     };
   },
   mounted() {
-    this.getVersion();
+    // this.getVersion();
   },
   methods: {
     getVersion() {

+ 16 - 15
crmeb_src/mer_plat_admin/src/views/maintain/authCRMEB/index.vue

@@ -3,11 +3,12 @@
     <el-card class="box-card" shadow="never" :bordered="false">
       <div class="auth acea-row row-between-wrapper">
         <div class="acea-row row-middle">
-          <div v-if="status === 1" class="text">
-            <div>商业授权</div>
-            <div class="code">授权码:{{ authCode }}</div>
-          </div>
-          <div v-if="status === -1" class="text">请申请授权</div>
+          <div class="text">已授权</div>
+<!--          <div v-if="status === 1" class="text">-->
+<!--            <div>商业授权</div>-->
+<!--            <div class="code">授权码:{{ authCode }}</div>-->
+<!--          </div>-->
+<!--          <div v-if="status === -1" class="text">请申请授权</div>-->
         </div>
         <div>
           <el-button v-if="status === 1" @click="toCrmeb()">进入官网</el-button>
@@ -145,16 +146,16 @@ export default {
     };
   },
   mounted() {
-    if (checkPermi(['platform:copyright:get:info'])) this.getAuth();
-    window.addEventListener(
-      'message',
-      (e) => {
-        if (e.data.type == 'onComplete') {
-          this.handleClose();
-        }
-      },
-      { passive: true },
-    );
+    // if (checkPermi(['platform:copyright:get:info'])) this.getAuth();
+    // window.addEventListener(
+    //   'message',
+    //   (e) => {
+    //     if (e.data.type == 'onComplete') {
+    //       this.handleClose();
+    //     }
+    //   },
+    //   { passive: true },
+    // );
   },
   methods: {
     checkPermi,