Commit dcda6cf1 by lijiabin

【需求 21402】 chore: 删除无用代码

parent 8432fe0d
......@@ -20,7 +20,7 @@ import Progress from '@/components/common/Progress/index.vue'
const locale = ref(zhCn)
onMounted(() => {
console.table(__CORE_LIB_VERSION__)
// console.table(__CORE_LIB_VERSION__)
if (import.meta.env.MODE === 'production') {
setTimeout(() => {
initWxConfig()
......
......@@ -24,7 +24,6 @@ export const parseEmoji = (content: string) => {
const reg = new RegExp(escapedName, 'g')
console.log(item.group)
html = html.replace(
reg,
`<img
......
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