沈丘营商办后台前端项目
wjt
2024-06-26 8d2cb94db4aa5632352c8e82a8ab3ad129254ad2
修改后台名称
4个文件已修改
14 ■■■■ 已修改文件
index.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
package.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/Logo.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
index.html
@@ -6,7 +6,7 @@
    <meta name="renderer" content="webkit" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
    <!-- <link rel="icon" href="/logo.ico" /> -->
    <title>入企扫码</title>
    <title>惠企执法</title>
    <!--[if lt IE 11
      ]><script>
        window.location.href = "/html/ie.html";
package.json
@@ -1,8 +1,8 @@
{
  "name": "ruoyi",
  "version": "3.8.5",
  "description": "入企扫码",
  "author": "中原金融",
  "description": "惠企执法",
  "author": "惠企执法",
  "scripts": {
    "build:prod": "vite build",
    "build:stage": "vite build --mode staging",
src/layout/components/Sidebar/Logo.vue
@@ -3,11 +3,11 @@
    <transition name="sidebarLogoFade">
      <router-link v-if="collapse" key="collapse" class="sidebar-logo-link" to="/home">
        <!-- <img v-if="logo" :src="logo" class="sidebar-logo" /> -->
         LOGO
         执法
      </router-link>
      <router-link v-else key="expand" class="sidebar-logo-link" to="/home">
        <!-- <img v-if="logotxt" :src="logotxt" class="sidebar-logo-txt" /> -->
        入企扫码
        惠企执法
      </router-link>
    </transition>
  </div>
@@ -26,7 +26,7 @@
  },
});
const title = ref("入企扫码");
const title = ref("惠企执法");
const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme);
</script>
src/views/login.vue
@@ -4,7 +4,7 @@
    <Particles id="tsparticles" :particlesInit="particlesInit" :particlesLoaded="particlesLoaded" :options="options" />
    <el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
      <h3 class="title">中原金融后台管理系统</h3>
      <h3 class="title">沈丘惠企执法</h3>
      <el-form-item prop="username">
        <el-input v-model="loginForm.username" type="text" size="large" auto-complete="off" placeholder="账号">
          <template #prefix><svg-icon icon-class="user" class="el-input__icon input-icon" /></template>