chrome bug fix

This commit is contained in:
xu_yanfeng
2024-12-28 17:21:06 +08:00
parent 1a84202c02
commit 527327eb14
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ export default defineComponent({
setup(props, { emit }) {
const { config } = storeToRefs(appStore());
// 仅在web环境显示
const show = ref(__DEV__ && !(chrome && chrome.runtime));
const show = ref(__DEV__);
// 测试发送的是纯数据
const testData = {
uuid: "d1NHXHs35F1rbFJZKeigkl",