Merge remote-tracking branch 'origin/main'

main
Connor 2024-06-08 18:57:26 +08:00
commit f910acfa17
35 changed files with 287 additions and 86 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

@ -1,6 +1,10 @@
{ {
"name" : "若依移动端", "name" : "若依移动端",
<<<<<<< HEAD
"appid" : "__UNI__9F2C9D7",
=======
"appid" : "__UNI__9285214", "appid" : "__UNI__9285214",
>>>>>>> 7e91066419318ef278bdfb774de71fe10f912b5d
"description" : "", "description" : "",
"versionName" : "1.1.0", "versionName" : "1.1.0",
"versionCode" : "100", "versionCode" : "100",

View File

@ -7,9 +7,12 @@
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue" "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
} }
}, },
<<<<<<< HEAD
=======
>>>>>>> 7e91066419318ef278bdfb774de71fe10f912b5d
"pages": [ "pages": [
{ {
"path": "pages/index", "path": "pages/index",
@ -20,6 +23,12 @@
} }
}, },
{ {
<<<<<<< HEAD
"path": "pages/Friend/Interactivemessage",
"style": {
"navigationBarTitleText": "互动消息",
"navigationStyle": "custom"
=======
"path": "pages/Friend/violationreporting" "path": "pages/Friend/violationreporting"
}, },
{ {
@ -27,31 +36,24 @@
"style" : "style" :
{ {
"navigationBarTitleText" : "话题详情" "navigationBarTitleText" : "话题详情"
>>>>>>> 7e91066419318ef278bdfb774de71fe10f912b5d
} }
}, },
{ {
"path" : "pages/post/postPublish/postPublish", "path": "pages/Friend/addfruebd",
"style" :
{
"navigationBarTitleText" : "发布话题"
}
},
{
"path": "pages/signln/harvestaddress",
"style": { "style": {
"navigationBarTitleText": "违规举报", "navigationBarTitleText": "添加好友",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/Friend/systemnotification", <<<<<<< HEAD
"path": "pages/communication/addfriends",
"style": { "style": {
"navigationBarTitleText": "系统通知", "navigationBarTitleText": "添加好友",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/signln/signid", "path": "pages/signln/signid",
"style": { "style": {
@ -59,6 +61,46 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{
"path": "pages/Friend/violationreporting",
=======
"path": "pages/signln/harvestaddress",
>>>>>>> 7e91066419318ef278bdfb774de71fe10f912b5d
"style": {
"navigationBarTitleText": "违规举报",
"navigationStyle": "custom"
}
},
{
"path": "pages/signln/harvestaddress",
"style": {
"navigationBarTitleText": "地址",
"navigationStyle": "custom"
}
},
{
"path": "pages/post/postInfo/postInfo",
"style": {
"navigationBarTitleText": "话题详情"
}
},
{
"path": "pages/post/postPublish/postPublish",
"style": {
"navigationBarTitleText": "发布话题"
}
},
{
"path": "pages/Friend/systemnotification",
"style": {
"navigationBarTitleText": "系统通知",
"navigationStyle": "custom"
}
},
{ {
"path": "pages/signln/exdetail", "path": "pages/signln/exdetail",
"style": { "style": {
@ -66,6 +108,8 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
<<<<<<< HEAD
=======
// { // {
// "path": "pages/signln/harvestaddress", // "path": "pages/signln/harvestaddress",
// "style": { // "style": {
@ -74,6 +118,7 @@
// } // }
// }, // },
>>>>>>> 7e91066419318ef278bdfb774de71fe10f912b5d
{ {
"path": "pages/signln/successfulexchange", "path": "pages/signln/successfulexchange",
"style": { "style": {
@ -81,7 +126,10 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
<<<<<<< HEAD
=======
>>>>>>> 7e91066419318ef278bdfb774de71fe10f912b5d
{ {
"path": "pages/signln/signiddetails", "path": "pages/signln/signiddetails",
"style": { "style": {
@ -245,40 +293,15 @@
"navigationBarTitleText": "搜索" "navigationBarTitleText": "搜索"
} }
}, },
{
"path": "pages/communication/addfriends",
"style": {
"navigationBarTitleText": "添加好友",
"navigationStyle": "custom"
}
},
{
"path": "pages/common/navbar/navbar_nead",
"style": {
"navigationBarTitleText": "navbar"
}
},
{ {
"path": "pages/Friend/messagenotification", "path": "pages/Friend/messagenotification",
"style": { "style": {
"navigationBarTitleText": "消息通知", "navigationBarTitleText": "消息通知",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},
{
"path": "pages/Friend/addfruebd",
"style": {
"navigationBarTitleText": "添加好友",
"navigationStyle": "custom"
}
},
{
"path": "pages/common/exchange/index",
"style": {
"navigationBarTitleText": "组件"
}
} }
<<<<<<< HEAD
=======
, ,
{ {
"path": "pages/takeaway/index", "path": "pages/takeaway/index",
@ -294,6 +317,7 @@
} }
} }
>>>>>>> 7e91066419318ef278bdfb774de71fe10f912b5d
], ],
"tabBar": { "tabBar": {
"color": "#000000", "color": "#000000",
@ -341,5 +365,9 @@
"navigationBarTitleText": "RuoYi", "navigationBarTitleText": "RuoYi",
"navigationBarBackgroundColor": "#FFFFFF" "navigationBarBackgroundColor": "#FFFFFF"
} }
<<<<<<< HEAD
}
=======
} }
>>>>>>> 7e91066419318ef278bdfb774de71fe10f912b5d

View File

@ -0,0 +1,39 @@
<!-- 互动消息 -->
<template>
<navbar_neadVue title="互动消息"></navbar_neadVue>
<view>
<u-tabs :list="list1" @change="tabChange"></u-tabs>
</view>
</template>
<script setup>
import {
reactive,
ref
} from "vue";
import navbar_neadVue from '@/pages/common/navbar/navbar_nead.vue';
const list1 = reactive([{
name: '全部消息'
},
{
name: '点赞'
},
{
name: '评论'
},
{
name: '关注'
}
])
function tabChange(index) {
console.log('当前选中的选项卡索引:', index);
}
</script>
<style>
@import '@/pages/common/navbar/navbar.css';
</style>

View File

@ -1,14 +1,87 @@
<!-- 添加好友 --> <!-- 添加好友 -->
<template> <template>
<view> <view class="uninavbar">
<image src="../../static/images/sign/return.png"></image>
</view>
<view class="back">
<image src="../../static/images/sign/背景.png" style="
position: fixed;
width: 750rpx;
height: 500rpx; z-index: -1;"></image>
<view style="width: 154rpx;
height: 154rpx;
background: #83c4ff"></view>
<text> 爱吃饭的小张</text>
<text></text>
<text>LV 2</text>
<text>ID:</text>
<text>19993849611</text>
</view>
<view style="position: absolute; top: 424rpx; bottom: 0; left: 0; right: 0; border-radius: 32rpx 32rpx 32rpx 32rpx;
background: #ffffff; ">
<view>
<text>9999 获赞</text>
</view>
<view>
签名陌上人如玉公子世无双
</view>
<view style="width: 512rpx;
height: 80rpx;
border-radius: 40rpx 40rpx 40rpx 40rpx;
background: #f7f8fa;">
<image style="width: 34rpx; height: 30rpx;" src="../../static/images/sign/发消息.png"></image>
<text>发消息</text>
</view>
<view style="width:150rpx;
height: 80rpx;
border-radius: 40rpx 40rpx 40rpx 40rpx;
background: #83c4ff;">关注</view>
<view>
<text style="font-weight: Regular;
width: 155rpx;
height: 31rpx;
font-size: 30rpx;
text-align: left;
color: #333333">发布的话题</text>
<view style="width: 154rpx;
height: 12rpx;
border-radius: 6rpx 6rpx 6rpx 6rpx;
background: linear-gradient(-90deg, #c9f6f5, #f7f8e3);"></view>
</view>
</view> </view>
</template> </template>
<script setup> <script setup>
</script> </script>
<style> <style scoped>
.uninavbar {
</style> position: absolute;
z-index: 9999;
top: 110rpx;
left: 32rpx;
}
.uninavbar>image {
width: 31rpx;
height: 44rpx;
color: #000000;
}
.back {
width: 750rpx;
height: 500rpx;
}
</style>

View File

@ -33,7 +33,7 @@
import { import {
reactive reactive
} from 'vue'; } from 'vue';
import navbar_neadVue from '../common/navbar/navbar_nead.vue'; import navbar_neadVue from '@/pages/common/navbar/navbar_nead.vue';
const arrcontent = reactive([{ const arrcontent = reactive([{
id: 1, id: 1,
@ -80,7 +80,7 @@
</script> </script>
<style scoped> <style scoped>
@import '../../pages/common/navbar/navbar.css'; @import '@/pages/common/navbar/navbar.css';
.timeview { .timeview {
width: 192rpx; width: 192rpx;

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

@ -17,7 +17,8 @@
</view> </view>
<view class="text3"> <view class="text3">
<image src="../../static/images/sign/1.png"></image> <image src="../../../static/images/sign/one.png"></image>
<!-- <image src="../../static/images/sign/1.png"></image> -->
<text>{{item.count}}</text> <text>{{item.count}}</text>
</view> </view>
</view> </view>
@ -70,7 +71,7 @@
src: "https://cbu01.alicdn.com/img/ibank/2018/374/990/9121099473_1558693147.jpg", src: "https://cbu01.alicdn.com/img/ibank/2018/374/990/9121099473_1558693147.jpg",
content: "男生酷帅穿搭套装休闲夏季青少年潮牌短袖短裤初中1111111111 ", content: "男生酷帅穿搭套装休闲夏季青少年潮牌短袖短裤初中1111111111 ",
count: 500 count: 500
}, }
]); ]);
function return_left() { function return_left() {
@ -88,6 +89,7 @@
<style> <style>
.content { .content {
background: #faf9fa; background: #faf9fa;
width: 756rpx;
} }
.view-top { .view-top {

View File

@ -1,8 +1,13 @@
:deep(.uni-nav-bar-text.data-v-26544265) { :deep(.uni-nav-bar-text.data-v-26544265) {
font-size: 36rpx; font-size: 36rpx !important;
font-weight: 600; font-weight: 600;
} }
:deep(.uni-nav-bar-text[data-v-26544265]) {
font-size: 36rpx !important;
font-weight: 600 !important;
}
:deep(.uni-icons) { :deep(.uni-icons) {
font-family: uniicons; font-family: uniicons;
text-decoration: none; text-decoration: none;

View File

@ -1,10 +1,12 @@
<template> <template>
<view class="uninavbars"> <view class="uninavbars" @click="ReturnPage()">
<image :src="leftImage" @click="left_return"></image> <image src="../../../static/images/sign/return.png" @click="left_return"></image>
</view> </view>
<view class="uninavbar"> <view class="uninavbar">
<uni-nav-bar statusBar="false" :fixed="true" :border="false" :background-color=background_color :title="title" /> <uni-nav-bar statusBar="false" :fixed="true" :border="false" :background-color=background_color
:title="title" />
</view> </view>
</template> </template>
<script setup> <script setup>
@ -17,7 +19,7 @@
const props = defineProps({ const props = defineProps({
title: String, title: String,
background_color:String background_color: String
}) })
const { const {
title, title,
@ -25,15 +27,29 @@
} = toRefs(props) } = toRefs(props)
let leftImage = ref("../../../static/images/sign/return.png") let leftImage = ref("../../../static/images/sign/return.png")
//
function ReturnPage() {
uni.navigateBack({
delta: 1
});
}
</script> </script>
<style> <style>
/* #ifdef H5 */
.uninavbars { .uninavbars {
position: fixed; position: fixed;
z-index: 9999; z-index: 9999;
top: 110rpx; top: 110rpx;
left: 32rpx; left: 32rpx;
} }
/* #ifdef APP-PLUS */
.uninavbars {
position: fixed;
z-index: 9999;
top: 20rpx;
left: 32rpx;
}
.uninavbars>image { .uninavbars>image {
width: 31rpx; width: 31rpx;

View File

@ -54,7 +54,11 @@
<!-- 靠左对齐 --> <!-- 靠左对齐 -->
<view class=""> <view class="">
<view class="p-item"> <view class="p-item">
<<<<<<< HEAD
<!-- <image style="width: 40rpx; height: 40rpx;" src="../static/images/icon/tu2-9.png" mode=""></image> -->
=======
<image style="width: 40rpx; height: 40rpx;" src="../../../static/images/icon/tu2-9.png" mode=""></image> <image style="width: 40rpx; height: 40rpx;" src="../../../static/images/icon/tu2-9.png" mode=""></image>
>>>>>>> 7e91066419318ef278bdfb774de71fe10f912b5d
<text class="count">{{ postValue.transmitCount }}</text> <text class="count">{{ postValue.transmitCount }}</text>
</view> </view>
</view> </view>

View File

@ -3,7 +3,7 @@
<!-- 顶部导航栏 --> <!-- 顶部导航栏 -->
<u-navbar leftText=" " title=" " :placeholder="true" :safeAreaInsetTop="true" :bgColor="bgColor"> <u-navbar leftText=" " title=" " :placeholder="true" :safeAreaInsetTop="true" :bgColor="bgColor">
<template class="img1BOX" #left> <template class="img1BOX" #left>
<image src="../static/images/icon/tu2-4.png" class="img1"></image> <image @click="GotoUNISignid()" src="../static/images/icon/tu2-4.png" class="img1"></image>
<!-- <image src="../static/images/icon/tu2-5.png" class="img2 image-container" @click="togglePostType"></image> --> <!-- <image src="../static/images/icon/tu2-5.png" class="img2 image-container" @click="togglePostType"></image> -->
<view class="image-container"> <view class="image-container">
<image src="../static/images/icon/tu2-5.png" class="img2" @click="togglePostType"></image> <image src="../static/images/icon/tu2-5.png" class="img2" @click="togglePostType"></image>
@ -307,6 +307,12 @@ import PostView from "@/pages/common/postview/index.vue";
onMounted(() => { onMounted(() => {
console.log(proxy.$store.state.user.QNDomain); console.log(proxy.$store.state.user.QNDomain);
}); });
function GotoUNISignid(){
proxy.$tab.navigateTo("./signln/signid");
}
</script> </script>

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

@ -7,7 +7,6 @@
</view> </view>
</view> </view>
<ex></ex> <ex></ex>
<ex></ex>
</template> </template>
<script setup> <script setup>
@ -22,6 +21,7 @@
</script> </script>
<style> <style>
@import '@/pages/common/navbar/navbar.css';
.view-top { .view-top {
/* height: 100rpx; */ /* height: 100rpx; */
} }

View File

@ -10,7 +10,7 @@
<view style="background-color: #ffffff; overflow-x: hidden;"> <view style="background-color: #ffffff; overflow-x: hidden;">
<view style="margin-left: 32rpx; margin-right: 32rpx;"> <view style="margin-left: 32rpx; margin-right: 32rpx;">
<view style="margin-top: 33rpx;"> <view style="margin-top: 33rpx;">
<image class="nv-image" src="../../static/images/sign/1.png"></image> <image class="nv-image" src="../../static/images/sign/one.png"></image>
<text class="nv-text">200</text> <text class="nv-text">200</text>
<text class="nv-ku">库存20</text> <text class="nv-ku">库存20</text>
</view> </view>
@ -85,7 +85,7 @@
<uni-popup ref="popup" border-radius="32rpx 32rpx 0 0" background-color="#ffffff"> <uni-popup ref="popup" border-radius="32rpx 32rpx 0 0" background-color="#ffffff">
<view style="position:absolute; right: 32rpx; vertical-align:middle; z-index: 10;"> <view style="position:absolute; right: 32rpx; vertical-align:middle; z-index: 10;">
<image @click="clone()" style="width: 32rpx;height: 32rpx;" src="../../static/images/sign/关闭.png"></image> <image @click="clone()" style="width: 32rpx;height: 32rpx;" src="../../static/images/sign/clone.png"></image>
</view> </view>
<view class="uni-popup-view"> <view class="uni-popup-view">
@ -99,7 +99,7 @@
<text class="textname"> <text class="textname">
沈辞<text class="textphone">19993849411</text> 沈辞<text class="textphone">19993849411</text>
</text> </text>
<image style="width: 14rpx;height: 23rpx;" class="icons" src="../../static/images/sign/.png"> <image style="width: 14rpx;height: 23rpx;" class="icons" src="../../static/images/sign/rig.png">
</image> </image>
<text class="textaddress">天津 天津市河北区建昌道街道红星北路72号11111111111111111111111</text> <text class="textaddress">天津 天津市河北区建昌道街道红星北路72号11111111111111111111111</text>
</view> </view>
@ -110,7 +110,7 @@
<text class="textname"> <text class="textname">
请先添加收货信息 请先添加收货信息
</text> </text>
<image style="width: 14rpx;height: 23rpx;" class="icons1" src="../../static/images/sign/.png"> <image style="width: 14rpx;height: 23rpx;" class="icons1" src="../../static/images/sign/rig.png">
</image> </image>
</view> </view>
</view> </view>
@ -129,7 +129,7 @@
</text> </text>
<view class="boxbottom-image"> <view class="boxbottom-image">
<image class="right-image" src="../../static/images/sign/1.png"></image> <image class="right-image" src="../../static/images/sign/one.png"></image>
<text>200</text> <text>200</text>
@ -226,6 +226,7 @@
</script> </script>
<style scoped> <style scoped>
/* :deep(.uni-popup .uni-popup__wrapper){ /* :deep(.uni-popup .uni-popup__wrapper){
background-color:red !important; background-color:red !important;
} */ } */

View File

@ -8,8 +8,8 @@
<text class="textname"> <text class="textname">
{{item.name}}<text class="textphone">{{item.phone}}</text> {{item.name}}<text class="textphone">{{item.phone}}</text>
</text> </text>
<image v-if="IsHave === item.id" class="image" src="../../static/images/sign/选中.png"></image> <image v-if="IsHave === item.id" class="image" src="../../static/images/sign/isH.png"></image>
<image v-else class="image" src="../../static/images/sign/未选中.png"></image> <image v-else class="image" src="../../static/images/sign/IsHave.png"></image>
<text class="textaddress">{{item.address}}</text> <text class="textaddress">{{item.address}}</text>
</view> </view>
@ -24,7 +24,7 @@
<!-- 添加收货地址 --> <!-- 添加收货地址 -->
<view class="noadderes" v-else> <view class="noadderes" v-else>
<image class="icons" src="../../static/images/sign/暂无地址.png"></image> <image class="icons" src="../../static/images/sign/Noaddress.png"></image>
<text class="notext">暂无收货地址请添加</text> <text class="notext">暂无收货地址请添加</text>
<view class="butview"> <view class="butview">

View File

@ -19,7 +19,7 @@
</view> </view>
<view class="right-image"> <view class="right-image">
<image src="../../static/images/sign/金币.png"></image> <image src="../../static/images/sign/jin.png"></image>
</view> </view>
<view class="content-bottom"> <view class="content-bottom">
@ -39,9 +39,9 @@
<view> <view>
<view class="data"> <view class="data">
<view class="data-view" v-for="(item,index) in datetime" :key="index"> <view class="data-view" v-for="(item,index) in datetime" :key="index">
<image v-if="item.isDate == true" class="data-image" src="../../static/images/sign/金币虚.png"> <image v-if="item.isDate == true" class="data-image" src="../../static/images/sign/jin.png">
</image> </image>
<image v-else class="data-image" src="../../static/images/sign/1.png"></image> <image v-else class="data-image" src="../../static/images/sign/one.png"></image>
<text class="data-text">{{item.data}}</text> <text class="data-text">{{item.data}}</text>
</view> </view>
</view> </view>
@ -65,7 +65,7 @@
</view> </view>
<view> <view>
<text class="c-text">{{item.title}}</text> <text class="c-text">{{item.title}}</text>
<image style="width: 21rpx;height: 21rpx;margin-left: 36rpx;" src="../../static/images/sign/1.png"> <image style="width: 21rpx;height: 21rpx;margin-left: 36rpx;" src="../../static/images/sign/one.png">
</image> </image>
<text class="count-text">{{item.count}}</text> <text class="count-text">{{item.count}}</text>
</view> </view>
@ -85,7 +85,7 @@
<text class="bottom-text-s">兑换商城</text> <text class="bottom-text-s">兑换商城</text>
<view class="bottom-text-r" @click="GoExchange()"> <view class="bottom-text-r" @click="GoExchange()">
<text>更多</text> <text>更多</text>
<image style="width: 14rpx; height: 23rpx;margin-left: 9rpx;" src="../../static/images/sign/.png"> <image style="width: 14rpx; height: 23rpx;margin-left: 9rpx;" src="../../static/images/sign/rig.png">
</image> </image>
</view> </view>
</view> </view>
@ -147,14 +147,14 @@
} }
function goTaskRight(id) { function goTaskRight(id) {
arr.find(item=>item.id == id).type = "成功"; arr.find(item => item.id == id).type = "成功";
uni.showToast({ uni.showToast({
title: '成功', title: '成功',
// success icon // success icon
icon: 'success', icon: 'success',
// 2 // 2
duration: 2000 duration: 2000
}) })
} }
import { import {
@ -224,7 +224,7 @@
<style scoped> <style scoped>
@import '../../pages/common/navbar/navbar.css'; @import '@/pages/common/navbar/navbar.css';
.content-top { .content-top {
/* height: 424rpx; */ /* height: 424rpx; */

View File

@ -22,7 +22,8 @@
ref ref
} from "vue" } from "vue"
let leftIcon = ref("../../static/images/sign/return.png") let leftIcon = ref("../../static/images/sign/return.png")
import navbar_neadVue from "../common/navbar/navbar_nead.vue"; import navbar_neadVue from "@/pages/common/navbar/navbar_nead.vue";
let arr = reactive([{ let arr = reactive([{
id: 1, id: 1,
text: "每日签到", text: "每日签到",
@ -69,6 +70,8 @@
</script> </script>
<style scoped> <style scoped>
@import '@/pages/common/navbar/navbar.css';
:deep(.uni-nav-bar-text.data-v-26544265) { :deep(.uni-nav-bar-text.data-v-26544265) {
font-size: 36rpx; font-size: 36rpx;
font-weight: 600; font-weight: 600;

View File

@ -26,8 +26,8 @@
ref ref
} from 'vue'; } from 'vue';
const returns = ref("../../static/images/sign/return.png"); const returns = ref("../../static/images/sign/return.png");
const images = ref("../../static/images/sign/兑换成功.png"); const images = ref("../../static/images/sign/co.png");
const icons = ref("../../static/images/sign/成功.png"); const icons = ref("../../static/images/sign/success.png");
function RetExChangemall(){ function RetExChangemall(){
uni.navigateTo({ uni.navigateTo({
@ -37,7 +37,7 @@
} }
</script> </script>
<style> <style scoped>
.uninavbar { .uninavbar {
position: absolute; position: absolute;
z-index: 9999; z-index: 9999;

View File

@ -1,20 +1,32 @@
import { getToken } from "@/utils/auth"; import { getToken } from "@/utils/auth";
<<<<<<< HEAD
// // 登录页面
// const loginPage = "/pages/loginInfo/login";
// // 页面白名单
// const whiteList = [
// "/pages/loginInfo/login",
// "/pages/register",
// "/pages/common/webview/index",
// ];
=======
// 登录页面 // 登录页面
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",
]; ];
>>>>>>> 7e91066419318ef278bdfb774de71fe10f912b5d
// 检查地址白名单 // // 检查地址白名单
function checkWhite(url) { // function checkWhite(url) {
const path = url.split("?")[0]; // const path = url.split("?")[0];
return whiteList.indexOf(path) !== -1; // return whiteList.indexOf(path) !== -1;
} // }
// 页面跳转验证拦截器 // 页面跳转验证拦截器
// let list = ["navigateTo", "redirectTo", "reLaunch", "switchTab"] // let list = ["navigateTo", "redirectTo", "reLaunch", "switchTab"]

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 700 B

After

Width:  |  Height:  |  Size: 700 B

View File

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

BIN
static/images/sign/go.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1020 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 627 B

View File

Before

Width:  |  Height:  |  Size: 578 B

After

Width:  |  Height:  |  Size: 578 B

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB