Parcourir la source

版本号修改

赵启卫 il y a 2 ans
Parent
commit
39e1d90b25

+ 18 - 18
application/admin/view/index/index.php

xqd xqd
@@ -149,7 +149,7 @@
         <!--底部版权-->
         <div class="footer"  @touchmove.prevent >
             <div class="pull-right" style="padding-left: 10px"></div>
-            <div class="pull-right">Copyright © 2022 <span id="copyright"></span> 版本号:<a href="http://www.crmeb.com/" target="_blank">CRMEB-ZSFF-v2.1</a>
+            <div class="pull-right">Copyright © 2022 思维定制 版本号:<a href="https://www.swdz.com/" target="_blank">SWDZ-v2.1.0</a>
             </div>
         </div>
     </div>
@@ -282,23 +282,23 @@
         getnotice();
         setInterval(getnotice, 60000);
         // 版权信息
-        $.ajax({
-            url: "{:url('login/get_copyright')}",
-            type: 'GET',
-            dataType: 'json',
-            success: function (res) {
-                if (res.code === 200) {
-                    $('#copyright').text(function () {
-                        return res.data || 'CRMEB';
-                    });
-                } else {
-                    $('#copyright').text('CRMEB');
-                }
-            },
-            error: function () {
-                $('#copyright').text('CRMEB');
-            }
-        });
+        // $.ajax({
+        //     url: "{:url('login/get_copyright')}",
+        //     type: 'GET',
+        //     dataType: 'json',
+        //     success: function (res) {
+        //         if (res.code === 200) {
+        //             $('#copyright').text(function () {
+        //                 return res.data || 'CRMEB';
+        //             });
+        //         } else {
+        //             $('#copyright').text('CRMEB');
+        //         }
+        //     },
+        //     error: function () {
+        //         $('#copyright').text('CRMEB');
+        //     }
+        // });
     });
 </script>
 <script>

+ 18 - 18
application/admin/view/login/index.php

xqd xqd
@@ -146,7 +146,7 @@
         </div>
     </div>
     <div class="footer" style="position: fixed;bottom: 0;width: 100%;left: 0;margin: 0;opacity: 0.8;">
-        <div class="pull-right">Copyright © 2022 <span id="copyright"></span> 版本号:<a href="http://www.crmeb.com/" target="_blank">CRMEB-ZSFF-v2.1</a>
+        <div class="pull-right">Copyright © 2022 思维定制 版本号:<a href="https://www.swdz.com/" target="_blank">SWDZ-v2.1.0</a>
         </div>
     </div>
     <script src="{__PLUG_PATH}jquery-1.10.2.min.js"></script>
@@ -158,23 +158,23 @@
     <script>
         $(function () {
             // 版权信息
-            $.ajax({
-                url: "{:url('login/get_copyright')}",
-                type: 'GET',
-                dataType: 'json',
-                success: function (res) {
-                    if (res.code === 200) {
-                        $('#copyright').text(function () {
-                            return res.data || 'CRMEB';
-                        });
-                    } else {
-                        $('#copyright').text('CRMEB');
-                    }
-                },
-                error: function () {
-                    $('#copyright').text('CRMEB');
-                }
-            });
+            // $.ajax({
+            //     url: "{:url('login/get_copyright')}",
+            //     type: 'GET',
+            //     dataType: 'json',
+            //     success: function (res) {
+            //         if (res.code === 200) {
+            //             $('#copyright').text(function () {
+            //                 return res.data || 'CRMEB';
+            //             });
+            //         } else {
+            //             $('#copyright').text('CRMEB');
+            //         }
+            //     },
+            //     error: function () {
+            //         $('#copyright').text('CRMEB');
+            //     }
+            // });
             function loginHandler() {
                 var name = $.trim($('#account').val());
                 var pwd = $.trim($('#pwd').val());

+ 18 - 19
application/merchant/view/index/index.php

xqd xqd
@@ -123,8 +123,7 @@
         </div>
         <!--底部版权-->
         <div class="footer"  @touchmove.prevent>
-            <div class="pull-right">Copyright © 2022 <span id="copyright"></span> 版本号:<a href="http://www.crmeb.com/" target="_blank">CRMEB-ZSFF-v2.1</a>
-            </div>
+        <div class="pull-right">Copyright © 2022 思维定制 版本号:<a href="https://www.swdz.com/" target="_blank">SWDZ-v2.1.0</a></div>
         </div>
     </div>
     <!--右侧部分结束-->
@@ -238,23 +237,23 @@
 <script src="{__ADMIN_PATH}js/index.js"></script>
 <script>
     // 版权信息
-    $.ajax({
-        url: "{:url('admin/login/get_copyright')}",
-        type: 'GET',
-        dataType: 'json',
-        success: function (res) {
-            if (res.code === 200) {
-                $('#copyright').text(function () {
-                    return res.data || 'CRMEB';
-                });
-            } else {
-                $('#copyright').text('CRMEB');
-            }
-        },
-        error: function () {
-            $('#copyright').text('CRMEB');
-        }
-    });
+    // $.ajax({
+    //     url: "{:url('admin/login/get_copyright')}",
+    //     type: 'GET',
+    //     dataType: 'json',
+    //     success: function (res) {
+    //         if (res.code === 200) {
+    //             $('#copyright').text(function () {
+    //                 return res.data || 'CRMEB';
+    //             });
+    //         } else {
+    //             $('#copyright').text('CRMEB');
+    //         }
+    //     },
+    //     error: function () {
+    //         $('#copyright').text('CRMEB');
+    //     }
+    // });
 </script>
 </body>
 </html>

+ 18 - 19
application/merchant/view/login/index.php

xqd xqd
@@ -264,8 +264,7 @@
         </div>
     </div>
     <div class="footer" style="position: fixed;bottom: 0;width: 100%;left: 0;margin: 0;opacity: 0.8;">
-        <div class="pull-right">Copyright © 2022 <span id="copyright"></span> 版本号:<a href="http://www.crmeb.com/" target="_blank">CRMEB-ZSFF-v2.1</a>
-        </div>
+        <div class="pull-right">Copyright © 2022 思维定制 版本号:<a href="https://www.swdz.com/" target="_blank">SWDZ-v2.1.0</a></div>
     </div>
     <script src="{__PLUG_PATH}jquery-1.10.2.min.js"></script>
     <script src="{__FRAME_PATH}js/bootstrap.min.js?v=3.4.0"></script>
@@ -277,23 +276,23 @@
         $(function () {
             var timer;
             // 版权信息
-            $.ajax({
-                url: "{:url('admin/login/get_copyright')}",
-                type: 'GET',
-                dataType: 'json',
-                success: function (res) {
-                    if (res.code === 200) {
-                        $('#copyright').text(function () {
-                            return res.data || 'CRMEB';
-                        });
-                    } else {
-                        $('#copyright').text('CRMEB');
-                    }
-                },
-                error: function () {
-                    $('#copyright').text('CRMEB');
-                }
-            });
+            // $.ajax({
+            //     url: "{:url('admin/login/get_copyright')}",
+            //     type: 'GET',
+            //     dataType: 'json',
+            //     success: function (res) {
+            //         if (res.code === 200) {
+            //             $('#copyright').text(function () {
+            //                 return res.data || 'CRMEB';
+            //             });
+            //         } else {
+            //             $('#copyright').text('CRMEB');
+            //         }
+            //     },
+            //     error: function () {
+            //         $('#copyright').text('CRMEB');
+            //     }
+            // });
             var tabActive = '#account';
             // 登录
             $('.login-btn').on('click', function () {