Commit 1dce3e65 authored by GaiaXalter's avatar GaiaXalter 💬

fix:单卡链接不正确。

parent b5a9c8e6
Pipeline #25399 passed with stage
in 2 minutes and 6 seconds
......@@ -441,7 +441,7 @@ export default {
columnDefs: [
{
render: function (data, type, row) {
return "<a href='https://www.ourocg.cn/search/" + row[6] + "'>" + data + "</a>";
return "<a href='https://www.ourocg.cn/search/" + row[7] + "'>" + data + "</a>";
},
targets: 1
},
......
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