| 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>
|
| xqd
@@ -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 () {
|