zengh
2023-01-02 0c3b9d64353f48eb5b8bc478f90f75381ceed26b
地图问题修复,增加高德密匙
4 files modified
15 ■■■■ changed files
public/index.html 9 ●●●●● patch | view | raw | blame | history
src/styles/login.scss 1 ●●●● patch | view | raw | blame | history
src/views/activitys/real.vue 1 ●●●● patch | view | raw | blame | history
vue.config.js 4 ●●●● patch | view | raw | blame | history
public/index.html
@@ -23,6 +23,15 @@
  <script type="text/javascript" src="js/jquery.min.js"></script>
  <script src="libs/Cesium/Cesium.js" ></script>
  <script type="text/javascript" src="js/drawTree.js"></script>
  <!-- AvueMap-begin-->
    <script>
      window._AMapSecurityConfig = {
        securityJsCode: '8ac9e5f522c62ed6e3a5800a87b0d140',
      }
    </script>
    <script type="text/javascript" src='https://webapi.amap.com/maps?v=1.4.11&key=7fa69abe1defd5888bb85bc736cda874&plugin=AMap.PlaceSearch'></script>
    <script src="https://webapi.amap.com/ui/1.0/main.js?v=1.0.11"></script>
  <!-- AvueMap-end-->
  <link rel="icon" href="img/1.jpg">
  <title>洪城义警后台管理系统</title>
  <style>
src/styles/login.scss
@@ -140,7 +140,6 @@
  .el-input {
    input {
      padding-bottom: 10px;
      text-indent: 5px;
      background: transparent;
      border: none;
src/views/activitys/real.vue
@@ -849,6 +849,7 @@
      let that = this;
      row.time = row.timeList[0];
      row.endtime = row.timeList[1];
      debugger
      update(row).then(
        () => {
          this.onLoad(this.page);
vue.config.js
@@ -37,8 +37,8 @@
    proxy: {
      '/api': {
        //本地服务接口地址
        // target: 'http://106.225.193.35:83/api/',
       target: 'http://localhost:8383/',
        //target: 'http://106.225.193.35:83/api/',
        target: 'http://localhost:8383/',
        ws: true,
        pathRewrite: {
          '^/api': '/'