Commit cd47d2fe authored by zL's avatar zL

baas

parent 5b44b144
...@@ -18,7 +18,8 @@ const configModules = { ...@@ -18,7 +18,8 @@ const configModules = {
// 溯源>正式环境 // 溯源>正式环境
"sy_prod": { "sy_prod": {
CHAIN_BROWSER_URL_PREFIX: 'https://cx.chain33.pro/', CHAIN_BROWSER_URL_PREFIX: 'https://cx.chain33.pro/',
INERFACE_URL_PREFIX: 'https://sy.chain33.pro/api', // INERFACE_URL_PREFIX: 'https://sy.chain33.pro/api',
INERFACE_URL_PREFIX: 'http://121.37.186.245:46789',
INDEX: { INDEX: {
entry: './src/entry/sy/main.ts', entry: './src/entry/sy/main.ts',
template: './public/sy/index.html', template: './public/sy/index.html',
...@@ -146,8 +147,8 @@ const configModules = { ...@@ -146,8 +147,8 @@ const configModules = {
filename: 'index.html' filename: 'index.html'
} }
}, },
// 甘肃>测试环境 // 甘肃>测试环境
"gs_test": { "gs_test": {
CHAIN_BROWSER_URL_PREFIX: 'http://121.41.198.216:9010/', CHAIN_BROWSER_URL_PREFIX: 'http://121.41.198.216:9010/',
INERFACE_URL_PREFIX: 'http://121.41.198.216:46789', INERFACE_URL_PREFIX: 'http://121.41.198.216:46789',
INDEX: { INDEX: {
......
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