diff --git a/app.js b/app.js
index 482ebe1..85e8943 100644
--- a/app.js
+++ b/app.js
@@ -3,21 +3,21 @@ let config = {};
if (process.env.NODE_ENV == 'production'||true) { //生产环境
config = {
// ajax地址
- baseUrl: 'https://api.firephoenix.world',
+ baseUrl: 'https://sses.cxicoin.com',
// 图片地址 (暂时无用)
- imgUrl: 'https://api.firephoenix.world/storage',
+ imgUrl: 'https://sses.cxicoin.com/storage',
// socket地址
- socketUrl: 'wss://api.firephoenix.world/ws1',
- socketUrl1: 'wss://api.firephoenix.world/ws2',
+ socketUrl: 'wss://sses.cxicoin.com/ws1',
+ socketUrl1: 'wss://sses.cxicoin.com/ws2',
// pc端地址
- pcUrl:'https://www.firephoenix.world',
+ pcUrl:'https://www.cxicoin.com',
// app名称
- appName: 'Firephoenix',
+ appName: 'CXICoin',
// 版本
version: '1.0.0',
// 移动端地址
- mobile: 'https://app.firephoenix.world',
- down:"https://app.firephoenix.world/download/CINSCoin.html"
+ mobile: 'https://app.cxicoin.com',
+ down:"https://app.cxicoin.com/download/CINSCoin.html"
};
} else { //开发环境
config = {
diff --git a/i18n/lang/en.json b/i18n/lang/en.json
index 6122865..8b05b74 100644
--- a/i18n/lang/en.json
+++ b/i18n/lang/en.json
@@ -741,7 +741,7 @@
"a9":"multiple",
"b0":"Are you sure you want to log out?",
"b1":"Sign in or register",
- "b2":"Hi, welcome to Firephoenix",
+ "b2":"Hi, welcome to CXICoin",
"b3":"amount",
"b4":"spot index ",
"b5":"Contract index",
diff --git a/i18n/lang/zh-CN.json b/i18n/lang/zh-CN.json
index e105d90..cf2d8c2 100644
--- a/i18n/lang/zh-CN.json
+++ b/i18n/lang/zh-CN.json
@@ -739,7 +739,7 @@
"a9": "倍数",
"b0": "确定要退出登录吗?",
"b1": "登录或注册",
- "b2": "Hi,欢迎使用Firephoenix",
+ "b2": "Hi,欢迎使用CXICoin",
"b3": "量",
"b4": "现货指数",
"b5": "合约指数",
diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json
index d1c4843..f0eb637 100644
--- a/i18n/lang/zh-TW.json
+++ b/i18n/lang/zh-TW.json
@@ -739,7 +739,7 @@
"a9":"倍數",
"b0":"確定要登出嗎?",
"b1":"登入或注册",
- "b2":"Hi,歡迎使用Firephoenix",
+ "b2":"Hi,歡迎使用CXICoin",
"b3":"量",
"b4":"現貨指數",
"b5":"合約指數",
diff --git a/manifest.json b/manifest.json
index 646e07f..4d01552 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
- "name" : "Firephoenix",
- "appid" : "__UNI__FB27865",
+ "name" : "CXICoin",
+ "appid" : "__UNI__B2BBA70",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : 100,
@@ -112,6 +112,6 @@
"router" : {
"base" : "./"
},
- "domain" : "https://app.firephoenix.world"
+ "domain" : "https://app.cxicoin.com"
}
}
diff --git a/pages.json b/pages.json
index 43adfb6..ca9e318 100644
--- a/pages.json
+++ b/pages.json
@@ -222,7 +222,7 @@
"titleNView": false
},
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "Firephoenix",
+ "navigationBarTitleText": "CXICoin",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#FFFFFF"
},
diff --git a/pages/exchange/contract-history.vue b/pages/exchange/contract-history.vue
index c9e02d7..90f1213 100644
--- a/pages/exchange/contract-history.vue
+++ b/pages/exchange/contract-history.vue
@@ -210,7 +210,7 @@ export default {
myCanvas.font = '12px Arial';//绘制文字
myCanvas.fillText('全球合约领跑者',88,windowHeight*0.653);
myCanvas.font = '16px Arial';
- myCanvas.fillText('Firephoenix',88,windowHeight*0.63);
+ myCanvas.fillText('CXICoin',88,windowHeight*0.63);
myCanvas.font = '14px Arial';
myCanvas.setFillStyle('#717171')
myCanvas.fillText(i.symbol+'/USDT',25,windowHeight*0.53);
diff --git a/pages/exchange/open-position.vue b/pages/exchange/open-position.vue
index 5376529..4d54fa0 100644
--- a/pages/exchange/open-position.vue
+++ b/pages/exchange/open-position.vue
@@ -1007,7 +1007,7 @@ export default {
myCanvas.font = '12px Arial';//绘制文字
myCanvas.fillText('全球合约领跑者',88,windowHeight*0.653);
myCanvas.font = '16px Arial';
- myCanvas.fillText('Firephoenix',88,windowHeight*0.63);
+ myCanvas.fillText('CXICoin',88,windowHeight*0.63);
myCanvas.font = '14px Arial';
myCanvas.setFillStyle('#717171')
myCanvas.fillText(i.pair_name,25,windowHeight*0.53);
diff --git a/pages/income/index.vue b/pages/income/index.vue
index fc0ad2d..a0d5e5c 100644
--- a/pages/income/index.vue
+++ b/pages/income/index.vue
@@ -98,7 +98,7 @@
- Firephoenix
+ CXICoin
全球合约领跑者
diff --git a/static/tradingview.html b/static/tradingview.html
index bf0fef6..3bbe338 100644
--- a/static/tradingview.html
+++ b/static/tradingview.html
@@ -22,9 +22,9 @@
-
-
-
+
+
+