This commit is contained in:
liuye
2023-02-21 15:25:03 +08:00
parent 02a90196ef
commit ed44e1d430
3 changed files with 15 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="page">
<u-navbar title="法制曲靖" title-color="#000" title-width="300" title-size="32" :background="backgroundNavbar" :is-back="false" :title-bold="true"></u-navbar>
<u-navbar title="平安曲靖" title-color="#000" title-width="300" title-size="32" :background="backgroundNavbar" :is-back="false" :title-bold="true"></u-navbar>
<div class="header-bg">
<div class="header-info">
<div class="search-wrap">
@@ -247,7 +247,7 @@ export default {
onShareAppMessage() {
return {
title: '欢迎使用法制曲靖平台~',
title: '欢迎使用平安曲靖平台~',
path: `/pages/AppHome/AppHome`
}
},