fix 页面缓存问题

This commit is contained in:
不做码农
2022-01-07 21:38:45 +08:00
parent 31812bd598
commit 197b5975f3
12 changed files with 24 additions and 22 deletions

View File

@@ -146,15 +146,12 @@
<script>
import {
listSysfile,
// addSysfile,
delSysfile,
// updateSysfile,
getSysfile,
// exportSysfile,
} from "@/api/tool/file.js";
export default {
name: "Sysfile",
name: "sysfile",
data() {
return {
labelWidth: "100px",

View File

@@ -125,7 +125,7 @@ import genInfoForm from "./genInfoForm";
import Sortable from "sortablejs";
export default {
name: "GenEdit",
name: "genedit",
components: {
basicInfoForm,
genInfoForm,

View File

@@ -76,7 +76,7 @@ import hljs from "highlight.js";
import "highlight.js/styles/idea.css"; //这里有多个样式,自己可以根据需要切换
export default {
name: "CodeGenerator",
name: "code_generator",
components: { importTable, hljs },
data() {
return {