This commit is contained in:
lqs 2024-09-12 12:44:32 +08:00
parent e252e760d5
commit db42e66193
3 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,9 @@
<link rel="icon" type="image/svg+xml" href="/vueCms.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<title><% title %></title>
<meta name="description" content="使用vue3+nestjs搭建的后台管理系统-沉默小管">
<meta name="author" content="沉默小管-VueCms">
<meta name="keywords" content="vueCms,vueAdmin,vue,cms,admin,vueCms_xg,沉默小管">
<meta name="description" content="使用vue3+nestjs搭建的后台管理系统-lqs">
<meta name="author" content="lqs-VueCms">
<meta name="keywords" content="vueCms,vueAdmin,vue,cms,admin,vueCms_xg,lqs">
<% for (var i in cssCdn) { %>
<link href="<%= cssCdn[i] %>" type="text/css" rel="stylesheet" />
<% } %>

View File

@ -1,7 +1,7 @@
<!--
*- coding = utf-8 -*-
#@Time : 2022-09-22 23:35
#@Author : 沉默小管
#@Author : lqs
#@File : redirect.vue
#@web : golangblog.blog.csdn.net
#@Software: WebStorm

View File

@ -1,6 +1,6 @@
//*- coding = utf-8 -*-
//@Time : 2023-02-24 22:59
//@Author : CSDN 沉默小管
//@Author : CSDN lqs
//@File : formConfig.js
//@web : golangblog.blog.csdn.net
//@Software: WebStorm