Darkhorsedamon 2 سال پیش
والد
کامیت
cec68a7996
1فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 5 2
      nuxt.config.js

+ 5 - 2
nuxt.config.js

@@ -3,7 +3,7 @@
  * @Author: 欧阳承珺
  * @LastEditors: 欧阳承珺
  * @Date: 2022-10-17 11:06:52
- * @LastEditTime: 2022-11-14 13:39:34
+ * @LastEditTime: 2022-11-16 09:41:56
  */
 export default {
   // Global page headers: https://go.nuxtjs.dev/config-head
@@ -26,7 +26,10 @@ export default {
     '@/assets/main.scss',
     {src:'element-ui/lib/theme-chalk/index.css'},
   ],
-
+  server: {
+    host: '0.0.0.0',
+    port: 8082
+  },
   // Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
   plugins: [
     '~/plugins/axios',