Selaa lähdekoodia

Merge branch 'master' of http://10.1.235.20:3000/asiainfo/ebc.git

konghl 4 vuotta sitten
vanhempi
commit
a2b10cfb75

+ 2 - 1
ebc-middle-platform/src/constants.js

@ -13,7 +13,8 @@ export const RESPONSE_BOUNDARY_PHONE = 600 // 响应式布局手机宽度边界
13 13
export const LANG_CN = 'zh-CN' // 简体中文
14 14
export const LANG_US = 'en-US' // 美式英文
15 15
export const GIS_SEA_LAYER_URL = 'http://192.168.74.189:9999/tdtvector' // 海图layer地址
16
export const GIS_SEA_URL = 'http://192.168.74.216:5071/gisservcer/dzht/dzht/wmts' // 海图地址
16
export const GIS_SEA_URL = 'http://192.168.74.216:5071/aimap-server/servicce/dzht/dzht/wmts' // 海图地址
17
// export const GIS_SEA_URL = 'http://192.168.74.216:5071/gisserver/dzht/dzht/wmts' // 海图地址
17 18
export const GIS_CENTER = [33.597844, 123.647472] // 海图中心点
18 19
export const GIS_ZOOM = 11 // 海图默认缩放
19 20
export const socketUrl = 'ws://10.19.90.34:7100/stomp'

+ 13 - 13
security-protection-platform/.aid/aid.js

@ -56,17 +56,17 @@ module.exports = {
56 56
  //imagePrefix: url => `${subappURL}/asset/image/${url}`, // 作为子应用必须启用
57 57
  //fontPrefix: url => `${subappURL}/asset/font/${url}`, // 作为子应用必须启用
58 58
  outputPrefix: '/'// 构建后index.html中资源路径的前缀
59
    // ,
60
    // proxy: [
61
    //   {
62
    //     url: '/sp',
63
    //     options: {
64
    //       target: 'http://10.19.90.34:8018',
65
    //       changeOrigin: true,
66
    //       pathRewrite: {
67
    //         '^/sp': '/'
68
    //       }
69
    //     }
70
    //   },
71
    // ]
59
  // ,
60
  // proxy: [
61
  //   {
62
  //     url: '/sp',
63
  //     options: {
64
  //       target: 'http://10.19.90.34:8018',
65
  //       changeOrigin: true,
66
  //       pathRewrite: {
67
  //         '^/sp': '/'
68
  //       }
69
  //     }
70
  //   },
71
  // ]
72 72
}

+ 1 - 1
security-protection-platform/src/conf/axios.config.js

@ -39,7 +39,7 @@ const conf = {
39 39
  },
40 40
  root: {
41 41
    default: {
42
      baseURL: 'http://10.19.90.34:8018' 
42
      baseURL: 'http://10.19.90.34:8018'
43 43
        // baseURL: 'http://localhost:8018'
44 44
        // baseURL: '/sp'
45 45
    },