瀏覽代碼

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

plg 5 月之前
父節點
當前提交
566bbb3964
共有 2 個文件被更改,包括 6 次插入1 次删除
  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: {