Parcourir la source

config: 更新nuxt.config

peter il y a 3 mois
Parent
commit
bca7925f05
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      nuxt.config.js

+ 2 - 2
nuxt.config.js

@@ -2,7 +2,7 @@ import webpack from 'webpack'
 export default {
   loading: false,
   server: {
-    port: process.env.NODE_ENV === 'development' ? 9012 : 3000,
+    port: process.env.NODE_ENV === 'development' ? 9012 : 3001,
     host: '0.0.0.0',
     public: '0.0.0.0',
   },
@@ -63,7 +63,7 @@ export default {
       target:
         process.env.NODE_ENV === 'development'
           ? 'http://192.168.10.64:80'
-          : 'http://192.168.10.64:80',
+          : 'http://127.0.0.1:8083',
       changeOrigin: true,
       pathRewrite: {
         '^/uk-api': '',