Browse Source

修改第一版代码--管理端提交

plg 5 months ago
parent
commit
566bbb3964
2 changed files with 6 additions and 1 deletions
  1. 4 0
      src/components/PlanReport.vue
  2. 2 1
      vue.config.js

+ 4 - 0
src/components/PlanReport.vue

@@ -824,6 +824,10 @@ export default {
 };
 </script>
 <style>
+.el-dialog{
+  border-radius: 20px !important;
+
+}
 .el-tabs__content {
   display: contents !important;
 }

+ 2 - 1
vue.config.js

@@ -17,7 +17,8 @@ module.exports = {
         proxy: {
             '/chat': {
                 // target: process.env.VUE_APP_TARGET,
-                target: 'http://10.113.248.4:8089',
+                // "http://43.143.198.30:8089";
+                target: 'http://43.143.198.30:8089',
                 // ws: true,
                 changeOrigin: true,
                 pathRewrite: {