Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
d7468255
Commit
d7468255
authored
Mar 10, 2020
by
季圣华
Browse files
优化首页
parent
9a5a863a
Changes
2
Hide whitespace changes
Inline
Side-by-side
erp_web/index.html
View file @
d7468255
...
...
@@ -47,7 +47,7 @@
</li>
<li
class=
"treeview"
>
<a
target=
"_blank"
class=
"tencent"
style=
"color:yellow;font-weight: bold;display: none;"
href=
"https://cloud.tencent.com/act/cps/redirect?
fromSource=gwzcw.3018172.3018172.3018172&
redirect=10
140
&cps_key=4fb6482d716575dcb7b8fe600d93766a&from=
activity
"
>
href=
"https://cloud.tencent.com/act/cps/redirect?redirect=10
53
&cps_key=4fb6482d716575dcb7b8fe600d93766a&from=
console
"
>
<i
class=
"fa fa-cloud"
></i>
腾讯云促销中
</a>
<a
target=
"_blank"
class=
"aliyun"
style=
"color:blanchedalmond;font-weight: bold;display: none;"
...
...
erp_web/js/modules/sys/sysIndex.js
View file @
d7468255
...
...
@@ -418,28 +418,8 @@ $(function () {
});
});
toastr
.
options
=
{
"
closeButton
"
:
true
,
"
debug
"
:
true
,
"
positionClass
"
:
"
toast-bottom-right
"
,
"
onclick
"
:
null
,
"
showDuration
"
:
"
300
"
,
"
hideDuration
"
:
"
1000
"
,
"
timeOut
"
:
"
10000
"
,
"
extendedTimeOut
"
:
"
1000
"
,
"
showEasing
"
:
"
swing
"
,
"
hideEasing
"
:
"
linear
"
,
"
showMethod
"
:
"
fadeIn
"
,
"
hideMethod
"
:
"
fadeOut
"
};
//消息弹窗
var
loginName
=
sessionStorage
.
getItem
(
"
loginName
"
);
if
(
loginName
==
"
jsh
"
)
{
toastr
.
info
(
'
您当前正在使用演示账号,<br/>如需正式使用请注册 <a href="/register.html"><b>点击注册</b></a>
'
);
}
//广告循环
var
loginName
=
sessionStorage
.
getItem
(
"
loginName
"
);
if
(
loginName
==
"
jsh
"
)
{
//根据时间戳决定展示aliyun还是tencent
function
autoChangeTip
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment