修改登录
parent
473d8524e5
commit
3d6f80ba79
|
@ -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: {
|
||||||
// 应用名称
|
// 应用名称
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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",
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue