Skip to content

Commit 197ca99

Browse files
committed
refactor:update
1 parent 7e99d3c commit 197ca99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/index/SubMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default {
134134
}
135135
136136
const lua = (sk,db)=>{
137-
let unionid = sk+db
137+
let unionid = sk+db+'lua'
138138
let id = CryptoJS.MD5(unionid).toString();
139139
store.commit("setTagsItem", {
140140
title: "Lua Script",

0 commit comments

Comments
 (0)