From 72d45af8ef581e21113859040def45e065c1f7e6 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Thu, 2 Jan 2025 10:03:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 12 ++++++------ manifest.json | 2 +- static/tradingview.html | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app.js b/app.js index 87c73e6..ea8c851 100644 --- a/app.js +++ b/app.js @@ -3,20 +3,20 @@ let config = {}; if (process.env.NODE_ENV == 'production'||true) { //生产环境 config = { // ajax地址 - baseUrl: 'https://see.mrbcoin.com', + baseUrl: 'https://wgn.mrbwallets.com', // 图片地址 (暂时无用) - imgUrl: 'https://see.mrbcoin.com/storage', + imgUrl: 'https://wgn.mrbwallets.com/storage', // socket地址 - socketUrl: 'wss://see.mrbcoin.com/ws1', - socketUrl1: 'wss://see.mrbcoin.com/ws2', + socketUrl: 'wss://wgn.mrbwallets.com/ws1', + socketUrl1: 'wss://wgn.mrbwallets.com/ws2', // pc端地址 - pcUrl:'https://www.mrbcoin.com/', + pcUrl:'https://www.mrbwallets.com/', // app名称 appName: 'Mrbcoin', // 版本 version: '1.0.0', // 移动端地址 - mobile: 'https://app.mrbcoin.com/', + mobile: 'https://app.mrbwallets.com/', down:"https://app.mrbcoin.com/download/Mrbcoin.html" }; } else { //开发环境 diff --git a/manifest.json b/manifest.json index 133cf25..a5206cc 100644 --- a/manifest.json +++ b/manifest.json @@ -112,7 +112,7 @@ "router" : { "base" : "./" }, - "domain" : "https://see.mrbcoin.com", + "domain" : "https://wgn.mrbwallets.com", "title" : "Mrbcoin", "template" : "main.html" } diff --git a/static/tradingview.html b/static/tradingview.html index 480826f..a2ee1cc 100644 --- a/static/tradingview.html +++ b/static/tradingview.html @@ -22,9 +22,9 @@
- - - + + +