Commit 6cb71438 authored by haiyoucuv's avatar haiyoucuv

更改

parent a4621604
# 免费登录页-正式
# https://activity.m.duiba.com.cn/customShare/share?id=Did1NTc3NTE
免费登录页
https://activity.m.duiba.com.cn/customShare/share?id=Did1NTc1OTk
\ No newline at end of file
### 免费登录页-测试
### https://activity.m.duiba.com.cn/customShare/share?id=Did1NTc1OTk
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
// 烽火台注入前端监控脚本,请勿修改 // 烽火台注入前端监控脚本,请勿修改
try { try {
woodpecker.setConfig({ woodpecker.setConfig({
projectId: "pf2fac9b7", projectId: "p9aaaf990",
developer: [ developer: [
"fa17c4667c62b5ba014f382c0802a462" "fa17c4667c62b5ba014f382c0802a462"
], ],
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<script src="//yun.duiba.com.cn/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"></script> <script src="//yun.duiba.com.cn/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"></script>
<script src="//yun.duiba.com.cn/js-libs/rem/1.1.3/rem.min.js"></script> <script src="//yun.duiba.com.cn/js-libs/rem/1.1.3/rem.min.js"></script>
<link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723774890245/style.css" /> <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723776008327/style.css" />
<style> <style>
.sui-captcha { .sui-captcha {
...@@ -168,16 +168,16 @@ ...@@ -168,16 +168,16 @@
</div> </div>
<!-- Polyfills bundle. --> <!-- Polyfills bundle. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723774890245/src/polyfills.bundle.js" charset="utf-8"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723776008327/src/polyfills.bundle.js" charset="utf-8"></script>
<!-- SystemJS support. --> <!-- SystemJS support. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723774890245/src/system.bundle.js" charset="utf-8"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723776008327/src/system.bundle.js" charset="utf-8"></script>
<!-- Import map --> <!-- Import map -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723774890245/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723776008327/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>
<script> <script>
System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1723774890245/index.js').catch(function (err) { System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1723776008327/index.js').catch(function (err) {
console.error(err); console.error(err);
}) })
</script> </script>
......
{"proSetting":{"projectxIDs":{"devId":[],"testId":[{"label":"test","value":"p7139e1d5"}],"prodId":[{"label":"prod","value":"pf2fac9b7"}]},"skinVariables":[],"mockSetting":{"projectId":"","pageId":""}},"envSetting":{},"psdSetting":{"psdFSSetting":true,"psdCenterSetting":true}} {"proSetting":{"projectxIDs":{"devId":[],"testId":[{"label":"test","value":"p7139e1d5"}],"prodId":[{"label":"test","value":"pf2fac9b7"},{"label":"prod","value":"p9aaaf990"}]},"skinVariables":[],"mockSetting":{"projectId":"","pageId":""}},"envSetting":{},"psdSetting":{"psdFSSetting":true,"psdCenterSetting":true}}
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<title>跳转中...</title>
<body>
</body>
<script>
var clientId='a301020000000000bcb5855d1eab6bfe';//网易云音乐开放平台APPID
var dbredirect='https://activity-6.m.duiba.com.cn/projectx/p9aaaf990/index.html?appID=97278'; //活动链接
//免登接口地址 获取code和活动地址
var duibaLoginUrl = 'https://activity.m.duiba.com.cn/customActivity/wangyiyun/autoLogin?redirect='+encodeURIComponent(dbredirect);
//授权地址,网易云授权回调地址
var authUrl = 'https://music.163.com/st/platform/oauth/authorize?clientId='+clientId+'&clientType=web&redirectUrl='+encodeURIComponent(duibaLoginUrl)+'&state='+generateRandomString(16);
location.replace(authUrl);
//获取链接的特定参数,比如chanID
function getUrlParam(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
var r = window.location.search.substr(1).match(reg);
if (r != null) return unescape(r[2]); return null;
}
//生成随机字符串
function generateRandomString(length) {
let result = '';
const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
const charactersLength = characters.length;
for (let i = 0; i < length; i++) {
result += characters.charAt(Math.floor(Math.random() * charactersLength));
}
return result;
}
</script>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment