diff --git a/app.js b/app.js index 1b68d7d..4d01fa3 100644 --- a/app.js +++ b/app.js @@ -3,21 +3,21 @@ let config = {}; if (process.env.NODE_ENV == 'production'||true) { //生产环境 config = { // ajax地址 - baseUrl: 'https://adtoco.tococoinss.com', + baseUrl: 'https://adtoco.tocowallet.com', // 图片地址 (暂时无用) - imgUrl: 'https://adtoco.tococoinss.com/storage', + imgUrl: 'https://adtoco.tocowallet.com/storage', // socket地址 - socketUrl: 'wss://adtoco.tococoinss.com/ws1', - socketUrl1: 'wss://adtoco.tococoinss.com/ws2', + socketUrl: 'wss://adtoco.tocowallet.com/ws1', + socketUrl1: 'wss://adtoco.tocowallet.com/ws2', // pc端地址 - pcUrl:'https://www.tococoin.com/', + pcUrl:'https://www.tocowallet.com/', // app名称 appName: 'Tococoin', // 版本 version: '1.0.0', // 移动端地址 - mobile: 'https://app.tococoin.com/', - down:"https://app.tococoin.com/download/Tococoin.html" + mobile: 'https://app.tocowallet.com/', + down:"https://app.tocowallet.com/download/Tocowallet.html" }; } else { //开发环境 config = {