Browse Source

fix:aff新增

shenchunlv 2 years ago
parent
commit
bafe30d193
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nuxt.config.ts

+ 1 - 1
nuxt.config.ts

@@ -11,7 +11,7 @@ export default defineNuxtConfig({
       ],
       script: [
         { src: "isMobile.js" },
-        // { src: "aff.js" },
+        { src: "aff.js" },
       ]
     },
   },