//var path = window.location.pathname;
var path = '';
if (path == "/user/") { //只在首页提示
// if (cookie.get('isnotice') != 1) {
swal({
text: '因内部调整,现将本接口平台域名变更为新的域名。
当前域名:https://api.pkurl.cn
变更后的域名:https://api.pkurl.cn [已开启访问]
域名变更时间:2022年5月15日
请各位开发者及时更换项目中的域名,其他的不变。
变更后,旧域名将无法访问,谢谢合作。
',
title: "重要提示!",
confirmButtonText: "我知道了",
}).then(function(value) {
if (value) {
/*
cookie.set({
'isnotice': 1,
},
{
expires: 365,
path: '/'
});
*/
}
});
//}
}