From 732c30b33f782c2d2ebb62eacda2fb7a453a7ecd Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Sat, 31 Jan 2026 11:01:45 +0800
Subject: [PATCH] 1

---
 config/index.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/index.js b/config/index.js
index 2ba7612..9a2dc95 100644
--- a/config/index.js
+++ b/config/index.js
@@ -2,7 +2,6 @@
 // Template version: 1.3.1
 // see http://vuejs-templates.github.io/webpack for documentation.
 
-
 const path = require("path");
 
 module.exports = {
@@ -40,7 +39,7 @@
       }
     },
     // Various Dev Server settings
-    host: "localhost", // can be overwritten by process.env.HOST
+    host: "0.0.0.0", // can be overwritten by process.env.HOST
     port: 80, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
     autoOpenBrowser: true,
     errorOverlay: true,
@@ -99,5 +98,6 @@
     // `npm run build --report`
     // Set to `true` or `false` to always turn it on or off
     bundleAnalyzerReport: process.env.npm_config_report
-  }
+  },
+  Mainly: "US", // 主要使用货币
 };

--
Gitblit v1.9.3