@@ -1,7 +1,7 @@
{
- "name": "Queen.show",
+ "name": "Queen5",
"appid": "wxd3579568e0e2cf2b",
- "description": "Queen.show",
+ "description": "Queen5",
"transformPx": false,
"icons": [
@@ -47,7 +47,7 @@
],
"globalStyle": {
"navigationBarTextStyle": "white",
- "navigationBarTitleText": "Queen.show",
+ "navigationBarTitleText": "Queen5",
"navigationBarBackgroundColor": "#41969c",
"backgroundColor": "#EFEFEF"
},
@@ -1,6 +1,6 @@
<template>
<view class="about">
- <text class="tip">Queen.show</text>
+ <text class="tip">Queen5</text>
</view>
</template>
@@ -64,7 +64,7 @@ export default {
onShareAppMessage(e) {
if (e.from == "menu") {
return {
- title: "Queen.show",
+ title: "Queen5",
path: "/pages/index/index",
imageUrl: "/static/share.jpg",
};