Skip to content

Commit

Permalink
refactor:update
Browse files Browse the repository at this point in the history
  • Loading branch information
gphper committed Aug 7, 2022
1 parent 7e99d3c commit 197ca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/index/SubMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default {
}
const lua = (sk,db)=>{
let unionid = sk+db
let unionid = sk+db+'lua'
let id = CryptoJS.MD5(unionid).toString();
store.commit("setTagsItem", {
title: "Lua Script",
Expand Down

0 comments on commit 197ca99

Please sign in to comment.