From 8402f0794434bac13c0de02d47fb5c28d6e2639c Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Fri, 06 Feb 2026 14:46:03 +0800
Subject: [PATCH] 更换ws地址
---
config/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/index.js b/config/index.js
index 027c5f3..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 = {
@@ -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