chengziding 3 weeks ago
parent
commit
94fd65e2f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nuxt.config.ts

+ 1 - 1
nuxt.config.ts

@@ -31,7 +31,7 @@ export default defineNuxtConfig({
       '/api': {
         // target: 'https://www.dirmarketresearch.com/api',
         target: 'http://192.168.0.70:8980/js/a/api',
-        target: 'http://192.168.0.132//js/a/api',
+        // target: 'http://192.168.0.132//js/a/api',
         changeOrigin: true,
         prependPath: true,
         secure: false,