修改登录

main
26947 2024-06-08 18:42:51 +08:00
parent 473d8524e5
commit 3d6f80ba79
4 changed files with 12 additions and 4 deletions

View File

@ -4,8 +4,8 @@ export default {
uploadQiNiuDomain: 'https://upload-z2.qiniup.com', uploadQiNiuDomain: 'https://upload-z2.qiniup.com',
// baseUrl: 'https://vue.ruoyi.vip/prod-api', // baseUrl: 'https://vue.ruoyi.vip/prod-api',
// baseUrl: 'http://47.93.242.168:8080', // baseUrl: 'http://47.93.242.168:8080',
// baseUrl: 'http://47.93.242.168:8080', baseUrl: 'http://47.93.242.168:8080',
baseUrl: 'http://localhost:8080', // baseUrl: 'http://localhost:8080',
// 应用信息 // 应用信息
appInfo: { appInfo: {
// 应用名称 // 应用名称

View File

@ -213,6 +213,10 @@ const toqrcode = (e) => {
}; };
</script> </script>
<style lang="scss"> <style lang="scss">
page{
background-color: #ffffff;
}
.navbarcenter { .navbarcenter {
font-weight: 400; font-weight: 400;
width: 148rpx; width: 148rpx;

View File

@ -262,6 +262,10 @@
</script> </script>
<style lang="scss"> <style lang="scss">
page{
background-color: #ffffff;
}
.data-v-6fcabaad { .data-v-6fcabaad {
border-radius: 20rpx 20rpx 20rpx 20rpx !important; border-radius: 20rpx 20rpx 20rpx 20rpx !important;
/* width: 200rpx !important; /* width: 200rpx !important;

View File

@ -1,11 +1,11 @@
import { getToken } from "@/utils/auth"; import { getToken } from "@/utils/auth";
// 登录页面 // 登录页面
const loginPage = "/pages/loginInfo/login"; const loginPage = "/pages/login";
// 页面白名单 // 页面白名单
const whiteList = [ const whiteList = [
"/pages/loginInfo/login", "/pages/login",
"/pages/register", "/pages/register",
"/pages/common/webview/index", "/pages/common/webview/index",
]; ];