zhangyanpeng
2020-03-17 ecd4be909222faa66fa174e3ea6f0855edf1fe23
提交
2个文件已修改
10 ■■■■ 已修改文件
package-lock.json 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
package-lock.json
@@ -4432,8 +4432,8 @@
    },
    "echarts": {
      "version": "4.6.0",
      "resolved": "https://registry.npm.taobao.org/echarts/download/echarts-4.6.0.tgz?cache=0&sync_timestamp=1577438297540&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fecharts%2Fdownload%2Fecharts-4.6.0.tgz",
      "integrity": "sha1-taR6EEbOyTzu75VPnuVHUTQFWOw=",
      "resolved": "https://registry.npmjs.org/echarts/-/echarts-4.6.0.tgz",
      "integrity": "sha512-xKkcr6v9UVOSF+PMuj7Ngt3bnzLwN1sSXWCvpvX+jYb3mePYsZnABq7wGkPac/m0nV653uGHXoHK8DCKCprdNg==",
      "requires": {
        "zrender": "4.2.0"
      }
@@ -12995,8 +12995,8 @@
    },
    "zrender": {
      "version": "4.2.0",
      "resolved": "https://registry.npm.taobao.org/zrender/download/zrender-4.2.0.tgz?cache=0&sync_timestamp=1576159866096&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fzrender%2Fdownload%2Fzrender-4.2.0.tgz",
      "integrity": "sha1-0AEwLhVfKN4fn8f81cJUutKEcc8="
      "resolved": "https://registry.npmjs.org/zrender/-/zrender-4.2.0.tgz",
      "integrity": "sha512-YJ9hxt5uFincYYU3KK31+Ce+B6PJmYYK0Q9fQ6jOUAoC/VHbe4kCKAPkxKeT7jGTxrK5wYu18R0TLGqj2zbEOA=="
    }
  }
}
vue.config.js
@@ -6,7 +6,7 @@
    devServer: {
        proxy: {
            '/api/api': {
                target: 'http://highdatas.com:8090',
                target: 'http://srs.highdatas.com:8090',
                changeOrigin: true,
                ws: true,
                pathRewrite: {