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