zhaoyun 1 giorno fa
parent
commit
e224bea2de

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

@@ -22,7 +22,7 @@ export default {
   name: 'i-copyright',
   data() {
     return {
-      copyright: 'Copyright © 2023 西安众邦网络科技有限公司',
+      copyright: 'Copyright © 2025 长沙万雾网络科技有限公司',
       copyrightNew: '',
     };
   },

+ 2 - 2
mer_plat_admin/src/views/maintain/authCRMEB/index.vue

@@ -9,12 +9,12 @@
           </div>
           <div v-if="status === -1" class="text">请申请授权</div>
         </div>
-        <div>
+        <!-- <div>
           <el-button v-if="status === 1" @click="toCrmeb()">进入官网</el-button>
           <el-button v-else-if="status === -1" type="primary" @click="applyAuth('java_mer')">申请授权</el-button>
           <el-button v-else-if="status === 2" type="primary" @click="applyAuth('java_mer')">重新申请</el-button>
           <el-button v-else-if="status === 0" class="grey">审核中</el-button>
-        </div>
+        </div> -->
       </div>
     </el-card>
     <el-card