| | |
| | | <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";
|
| | |
| | | {
|
| | | "name": "ruoyi",
|
| | | "version": "3.8.5",
|
| | | "description": "入企扫码",
|
| | | "author": "中原金融",
|
| | | "description": "惠企执法",
|
| | | "author": "惠企执法",
|
| | | "scripts": {
|
| | | "build:prod": "vite build",
|
| | | "build:stage": "vite build --mode staging",
|
| | |
| | | <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>
|
| | |
| | | },
|
| | | });
|
| | |
|
| | | const title = ref("入企扫码");
|
| | | const title = ref("惠企执法");
|
| | | const settingsStore = useSettingsStore();
|
| | | const sideTheme = computed(() => settingsStore.sideTheme);
|
| | | </script>
|
| | |
| | | <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>
|