修改跳转

This commit is contained in:
guchengwuyue
2023-07-28 13:49:55 +08:00
parent cfb775c216
commit b41f19e1e3
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ module.exports = {
/** /**
* 底部文字支持html语法 * 底部文字支持html语法
*/ */
footerTxt: '© 2018-2022 YSHOP <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">All Rights Reserved</a>', footerTxt: '© 2018-2023 YSHOP <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">All Rights Reserved</a>',
/** /**
* 备案号 * 备案号
*/ */

View File

@ -17,7 +17,7 @@
<el-form-item label="快递鸟申请地址"> <el-form-item label="快递鸟申请地址">
yshopb2c系统使用的第三方快递鸟api实现了快递查询注册地址请点击 yshopb2c系统使用的第三方快递鸟api实现了快递查询注册地址请点击
<span style="color: blue; cursor: pointer;"> <span style="color: blue; cursor: pointer;">
<a href="http://www.kdniao.com/reg?from=cbb-yx" style="color: inherit; text-decoration: underline;"> <a href="http://www.kdniao.com/reg?from=cbb-yx" target="_blank" style="color: inherit; text-decoration: underline;">
我注册 我注册
</a> </a>
</span> </span>