Commit 163b6d5d authored by wcmoon's avatar wcmoon

fix: change api

parent 913383c0
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2,7 +2,7 @@ const configModules = {
// 溯源>测试环境
"sy_test": {
CHAIN_BROWSER_URL_PREFIX: 'http://120.26.174.69:9032/',
INERFACE_URL_PREFIX: 'http://172.16.101.87:46789',
INERFACE_URL_PREFIX: 'http://172.16.101.87:46790',
/**
* 网站入口配置
*/
......@@ -19,7 +19,7 @@ const configModules = {
"sy_prod": {
CHAIN_BROWSER_URL_PREFIX: 'https://cx.chain33.pro/',
// INERFACE_URL_PREFIX: 'https://sy.chain33.pro/api',
INERFACE_URL_PREFIX: 'http://121.37.186.245:46789',
INERFACE_URL_PREFIX: '/api',
INDEX: {
entry: './src/entry/sy/main.ts',
template: './public/sy/index.html',
......@@ -116,7 +116,7 @@ const configModules = {
filename: 'index.html'
}
},
// hl正式环境
// hl正式环境
"hl_prod": {
CHAIN_BROWSER_URL_PREFIX: 'https://llq.chainchacha.com/',
INERFACE_URL_PREFIX: 'https://chainchacha.com/api',
......@@ -136,7 +136,7 @@ const configModules = {
filename: 'index.html'
}
},
//
//
// boe>演示环境
"boe_prod": {
CHAIN_BROWSER_URL_PREFIX: 'http://124.70.129.56:8995/',
......@@ -167,4 +167,4 @@ const configModules = {
}
},
}
exports.model = configModules[process.env.VUE_APP_CURRENTMODE]
\ No newline at end of file
exports.model = configModules[process.env.VUE_APP_CURRENTMODE]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment