Browse Source

域名替换

master
luyisha 2 years ago
parent
commit
b508500614
  1. 16
      app.js
  2. 6
      i18n/lang/en.json
  3. 2
      i18n/lang/zh-CN.json
  4. 6
      manifest.json
  5. 2
      pages.json
  6. 2
      pages/exchange/contract-history.vue
  7. 2
      pages/exchange/open-position.vue
  8. 2
      pages/income/index.vue
  9. 6
      static/tradingview.html

16
app.js

@ -3,21 +3,21 @@ let config = {};
if (process.env.NODE_ENV == 'production'||true) { //生产环境 if (process.env.NODE_ENV == 'production'||true) { //生产环境
config = { config = {
// ajax地址 // ajax地址
baseUrl: 'https://mgg.cxisux.com/', baseUrl: 'https://aj.ajcoins.com/',
// 图片地址 (暂时无用) // 图片地址 (暂时无用)
imgUrl: 'https://mgg.cxisux.com/storage', imgUrl: 'https://aj.ajcoins.com/storage',
// socket地址 // socket地址
socketUrl: 'wss://mgg.cxisux.com/ws1', socketUrl: 'wss://aj.ajcoins.com/ws1',
socketUrl1: 'wss://mgg.cxisux.com/ws2', socketUrl1: 'wss://aj.ajcoins.com/ws2',
// pc端地址 // pc端地址
pcUrl:'https://mgg.cxisux.com/', pcUrl:'https://aj.ajcoins.com/',
// app名称 // app名称
appName: 'AACoins', appName: 'AJCoins',
// 版本 // 版本
version: '1.0.0', version: '1.0.0',
// 移动端地址 // 移动端地址
mobile: 'https://app.xuscoins.com/', mobile: 'https://app.ajcoins.com/',
down:"https://app.xuscoins.com/download/CINSCoin.html" down:"https://app.ajcoins.com/download/CINSCoin.html"
}; };
} else { //开发环境 } else { //开发环境
config = { config = {

6
i18n/lang/en.json

@ -9,7 +9,7 @@
"using": "payments using", "using": "payments using",
"crypto": "crypto", "crypto": "crypto",
"Why": "Why do you choose to buy", "Why": "Why do you choose to buy",
"digital": "digital currency in XUSCoins", "digital": "digital currency in AJCoins",
"believe": "We believe Cryptolly is here to stay — and that a future worth building is one which opens its doors and invites everyone in ", "believe": "We believe Cryptolly is here to stay — and that a future worth building is one which opens its doors and invites everyone in ",
"help": "We help you make sense of the coins, the terms, the dense charts and market changes", "help": "We help you make sense of the coins, the terms, the dense charts and market changes",
"Clarity": "Clarity", "Clarity": "Clarity",
@ -18,7 +18,7 @@
"convenient": "convenient", "convenient": "convenient",
"key": "One key transaction, more convenient operation", "key": "One key transaction, more convenient operation",
"technology": "Our technology", "technology": "Our technology",
"CoinsExpound": "XUSCoins adopts advanced technologies such as GSLB, distributed server cluster ,distributed storage, high speed memory trading engine with multiple machines, cold wallet, hot wallet with private key offline,etc.,to provide our customers with secure,stable and reliable digital asset trading services through multiple terminals such as web,mobile and desktop terminals ", "CoinsExpound": "AJCoins adopts advanced technologies such as GSLB, distributed server cluster ,distributed storage, high speed memory trading engine with multiple machines, cold wallet, hot wallet with private key offline,etc.,to provide our customers with secure,stable and reliable digital asset trading services through multiple terminals such as web,mobile and desktop terminals ",
"guide": "Beginner's guide", "guide": "Beginner's guide",
"Wear": "Wear an account", "Wear": "Wear an account",
"Get": "Register a trading account", "Get": "Register a trading account",
@ -795,7 +795,7 @@
"a9": "multiple", "a9": "multiple",
"b0": "Are you sure you want to log out?", "b0": "Are you sure you want to log out?",
"b1": "Sign in or register", "b1": "Sign in or register",
"b2": "Hi, welcome to XUSCoins", "b2": "Hi, welcome to AJCoins",
"b3": "amount", "b3": "amount",
"b4": "spot index ", "b4": "spot index ",
"b5": "Contract index", "b5": "Contract index",

2
i18n/lang/zh-CN.json

@ -750,7 +750,7 @@
"a9": "倍数", "a9": "倍数",
"b0": "确定要退出登录吗?", "b0": "确定要退出登录吗?",
"b1": "登录或注册", "b1": "登录或注册",
"b2": "Hi,欢迎使用XUSCoins", "b2": "Hi,欢迎使用AJCoins",
"b3": "量", "b3": "量",
"b4": "现货指数", "b4": "现货指数",
"b5": "合约指数", "b5": "合约指数",

6
manifest.json

@ -1,5 +1,5 @@
{ {
"name" : "XUSCoins", "name" : "AJCoins",
"appid" : "__UNI__88A589F", "appid" : "__UNI__88A589F",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",
@ -112,7 +112,7 @@
"router" : { "router" : {
"base" : "./" "base" : "./"
}, },
"domain" : "https://app.xuscoins.com", "domain" : "https://app.ajcoins.com",
"title" : "XUSCoins" "title" : "AJCoins"
} }
} }

2
pages.json

@ -220,7 +220,7 @@
"titleNView": false "titleNView": false
}, },
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "XUSCoins", "navigationBarTitleText": "AJCoins",
"navigationBarBackgroundColor": "#007AFF", "navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#FFFFFF" "backgroundColor": "#FFFFFF"
}, },

2
pages/exchange/contract-history.vue

@ -210,7 +210,7 @@ export default {
myCanvas.font = '12px Arial';// myCanvas.font = '12px Arial';//
myCanvas.fillText('全球合约领跑者',88,windowHeight*0.653); myCanvas.fillText('全球合约领跑者',88,windowHeight*0.653);
myCanvas.font = '16px Arial'; myCanvas.font = '16px Arial';
myCanvas.fillText('XUSCoins',88,windowHeight*0.63); myCanvas.fillText('AJCoins',88,windowHeight*0.63);
myCanvas.font = '14px Arial'; myCanvas.font = '14px Arial';
myCanvas.setFillStyle('#717171') myCanvas.setFillStyle('#717171')
myCanvas.fillText(i.symbol+'/USDT',25,windowHeight*0.53); myCanvas.fillText(i.symbol+'/USDT',25,windowHeight*0.53);

2
pages/exchange/open-position.vue

@ -1070,7 +1070,7 @@ export default {
myCanvas.font = '12px Arial';// myCanvas.font = '12px Arial';//
myCanvas.fillText('全球合约领跑者', 88, windowHeight * 0.653); myCanvas.fillText('全球合约领跑者', 88, windowHeight * 0.653);
myCanvas.font = '16px Arial'; myCanvas.font = '16px Arial';
myCanvas.fillText('XUSCoins', 88, windowHeight * 0.63); myCanvas.fillText('AJCoins', 88, windowHeight * 0.63);
myCanvas.font = '14px Arial'; myCanvas.font = '14px Arial';
myCanvas.setFillStyle('#717171') myCanvas.setFillStyle('#717171')
myCanvas.fillText(i.pair_name, 25, windowHeight * 0.53); myCanvas.fillText(i.pair_name, 25, windowHeight * 0.53);

2
pages/income/index.vue

@ -98,7 +98,7 @@
<img class="img rounded-3 w-60 w-60" src="static/img/logo.png"/> <img class="img rounded-3 w-60 w-60" src="static/img/logo.png"/>
<view class="m-l-md"> <view class="m-l-md">
<view class="fn-bold color-black fn-16"> <view class="fn-bold color-black fn-16">
XUSCoins AJCoins
</view> </view>
<view class="fn-6 color-black"> <view class="fn-6 color-black">
全球合约领跑者 全球合约领跑者

6
static/tradingview.html

@ -22,9 +22,9 @@
<body> <body>
<div class="tradingview" id="tradingview_10798345"></div> <div class="tradingview" id="tradingview_10798345"></div>
</body> </body>
<script src="https://www.cxisux.com/newlink/mobile/jquery3_5_1.min.js"></script> <script src="https://www.ajcoins.com/newlink/mobile/jquery3_5_1.min.js"></script>
<script src="https://www.cxisux.com/newlink/mobile/pako1_0_9.min.js"></script> <script src="https://www.ajcoins.com/newlink/mobile/pako1_0_9.min.js"></script>
<script src="https://www.cxisux.com/newlink/mobile/qs6_9_4.min.js"></script> <script src="https://www.ajcoins.com/newlink/mobile/qs6_9_4.min.js"></script>
<script src="./chart_main/charting_library.min.js"></script> <script src="./chart_main/charting_library.min.js"></script>
<script src="./chart_main/ws.js"></script> <script src="./chart_main/ws.js"></script>
<script src="./chart_main/sevencoin.js?v=2"></script> <script src="./chart_main/sevencoin.js?v=2"></script>

Loading…
Cancel
Save