From a2d1160205170808553f5cee41c47cddebecf20c Mon Sep 17 00:00:00 2001
From: Live <1005297262@qq.com>
Date: Tue, 09 Jun 2020 11:38:16 +0800
Subject: [PATCH] add ruoyi-ui/public/robots.txt. 项目添加robots.txt 防止后台管理系统被搜索引擎收录
---
ruoyi-ui/src/views/tool/gen/importTable.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/views/tool/gen/importTable.vue b/ruoyi-ui/src/views/tool/gen/importTable.vue
index 01606e6..6c56c77 100644
--- a/ruoyi-ui/src/views/tool/gen/importTable.vue
+++ b/ruoyi-ui/src/views/tool/gen/importTable.vue
@@ -1,6 +1,6 @@
<template>
<!-- 导入表 -->
- <el-dialog title="导入表" :visible.sync="visible" width="800px" top="5vh">
+ <el-dialog title="导入表" :visible.sync="visible" width="800px" top="5vh" append-to-body>
<el-form :model="queryParams" ref="queryForm" :inline="true">
<el-form-item label="表名称" prop="tableName">
<el-input
--
Gitblit v1.9.2