Browse Source

2024-06-17 系统部署

master
fengyuan_yang 2 years ago
parent
commit
dcf8067a21
  1. 2
      config/index.js
  2. 2
      static/config/index-qa.js
  3. 2
      static/config/index-uat.js
  4. 2
      static/config/index.js

2
config/index.js

@ -13,7 +13,7 @@ module.exports = {
// 代理列表, 是否开启代理通过[./dev.env.js]配置
proxyTable: devEnv.OPEN_PROXY === false ? {} : {
'/proxyApi': {
target: 'http://127.0.0.1:9090',
target: 'http://127.0.0.1:9002',
changeOrigin: true,
pathRewrite: {
// 把 /proxyApi 替换成 /

2
static/config/index-qa.js

@ -5,7 +5,7 @@
window.SITE_CONFIG = {};
// api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'http://127.0.0.1:9090/xujie-fast';
window.SITE_CONFIG['baseUrl'] = 'http://127.0.0.1:9002/xujie-fast';
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名

2
static/config/index-uat.js

@ -5,7 +5,7 @@
window.SITE_CONFIG = {};
// api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'http://127.0.0.1:9090/xujie-fast';
window.SITE_CONFIG['baseUrl'] = 'http://127.0.0.1:9002/xujie-fast';
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名

2
static/config/index.js

@ -5,7 +5,7 @@
window.SITE_CONFIG = {};
// api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'http://127.0.0.1:9090/xujie-fast';
window.SITE_CONFIG['baseUrl'] = 'http://127.0.0.1:9002/xujie-fast';
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名

Loading…
Cancel
Save