Commit 9c1ef704 by Lyan

链接修改https

parent 51ae0366
......@@ -23,9 +23,9 @@
<dd>
<p>
<em>登陆</em>中国商品信息服务平台<br /><a
href="http://www.gds.org.cn"
href="https://www.gds.org.cn"
target="_blank"
>( http://www.gds.org.cn)</a
>( https://www.gds.org.cn)</a
>
</p>
</dd>
......@@ -55,9 +55,9 @@
<dd>
<p>
<em>登陆</em>中国商品信息服务平台<a
href="http://www.gds.org.cn"
href="https://www.gds.org.cn"
target="_blank"
>(http://www.gds.org.cn)</a
>(https://www.gds.org.cn)</a
>
</p>
</dd>
......
......@@ -125,7 +125,7 @@ export default {
},
methods: {
ljtbJump() {
window.open("http://www.gds.org.cn/", "_target");
window.open("https://www.gds.org.cn/", "_target");
},
},
};
......
......@@ -158,7 +158,7 @@ export default {
},
methods: {
ljtbJump() {
window.open("http://www.gds.org.cn/", "_target");
window.open("https://www.gds.org.cn/", "_target");
},
},
};
......
......@@ -121,7 +121,7 @@ export default {
},
methods: {
ljtbJump() {
window.open("http://www.gds.org.cn/", "_target");
window.open("https://www.gds.org.cn/", "_target");
},
},
};
......
......@@ -125,7 +125,7 @@ export default {
},
methods: {
ljtbJump() {
window.open("http://www.gds.org.cn/", "_target");
window.open("https://www.gds.org.cn/", "_target");
},
},
};
......
......@@ -55,7 +55,7 @@ export default {
},
methods: {
handleToLogin() {
window.location.href='http://v3.gds.org.cn/LoginService.aspx';
window.open('https://passport.gds.org.cn/Account/Login?ReturnUrl=%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3Dvuejs_code_client%26redirect_uri%3Dhttps%253A%252F%252Fwww.gds.org.cn%252F%2523%252Fcallback%26response_type%3Dcode%26scope%3Dopenid%2520profile%2520api1%2520offline_access%26state%3Dcb6c003f5b8346ada430f122b373f5b6%26code_challenge%3Dgl_jGlP1gFP5jXBdIIhKFGlYd9fiFXQ-eW4O3HnbX6M%26code_challenge_method%3DS256%26response_mode%3Dquery','_blank')
},
goTraining(){
this.$router.push({
......
......@@ -3,7 +3,7 @@
<div class="title">中国商品信息服务平台</div>
<div class="body" style="padding-top: 9px">
<p>
<a href="http://www.gds.org.cn/" target="_blank">中国商品信息服务平台</a>(以下简称“平台”)是由中国物品编码中心(以下简称“编码中心”)依照GS1数据池国际标准构建的,集产品管理与服务于一体的商品信息公共服务平台。
<a href="https://www.gds.org.cn/" target="_blank">中国商品信息服务平台</a>(以下简称“平台”)是由中国物品编码中心(以下简称“编码中心”)依照GS1数据池国际标准构建的,集产品管理与服务于一体的商品信息公共服务平台。
</p>
<div class="notice text-center">
......
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