Browse Source

init

master
nicky 5 months ago
parent
commit
8ca32a9cee
  1. 4
      src/config/setting.js

4
src/config/setting.js

@ -14,14 +14,14 @@ const INDEX_SETTINGS = {
production: { production: {
//因孚生产 //因孚生产
apiUrl: 'http://116.204.114.73:10050/carbasics2024-yf-gateway/', apiUrl: 'http://116.204.114.73:10050/carbasics2024-yf-gateway/',
proxyUrl: '/carbasics2024-yf-gateway/', proxyUrl: '/carbasics2024-yf-gateway',
publicPath: '/carbasics2024-yf/pad/v2', publicPath: '/carbasics2024-yf/pad/v2',
imgUrl: 'http://116.204.114.73:20007', imgUrl: 'http://116.204.114.73:20007',
}, },
test: { test: {
//测试环境 //测试环境
apiUrl: 'https://test.tall.wiki/carbasics2024-gateway/', apiUrl: 'https://test.tall.wiki/carbasics2024-gateway/',
proxyUrl: '/carbasics2024-gateway/', proxyUrl: '/carbasics2024-gateway',
publicPath: '/carbasics2024/pad/v2', publicPath: '/carbasics2024/pad/v2',
imgUrl: 'http://test.tall.wiki:9300', imgUrl: 'http://test.tall.wiki:9300',
}, },

Loading…
Cancel
Save