Explorar el Código

[FE] 修改提交

chenxr3 %!s(int64=4) %!d(string=hace) años
padre
commit
96588ab41d

+ 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
}

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

@ -39,9 +39,9 @@ const conf = {
39 39
  },
40 40
  root: {
41 41
    default: {
42
      baseURL: 'http://10.19.90.34:8018'
43
      // baseURL: 'http://localhost:8018'
44
      // baseURL: '/sp'
42
      baseURL: 'http://10.19.90.34:8018' 
43
        // baseURL: 'http://localhost:8018'
44
        // baseURL: '/sp'
45 45
    },
46 46
    picurl: {
47 47
      baseURL: 'http://10.19.90.34:19000/tool-image/'