qinyan 1 year ago
parent
commit
2414ee8096
4 changed files with 5 additions and 5 deletions
  1. 2 2
      src/manifest.json
  2. 1 1
      src/pages.json
  3. 1 1
      src/pages/about/about.vue
  4. 1 1
      src/pages/index/index.vue

+ 2 - 2
src/manifest.json

@@ -1,7 +1,7 @@
 {
-  "name": "Queen.show",
+  "name": "Queen5",
   "appid": "wxd3579568e0e2cf2b",
-  "description": "Queen.show",
+  "description": "Queen5",
   "transformPx": false,
   "icons": [
     {

+ 1 - 1
src/pages.json

@@ -47,7 +47,7 @@
   ],
   "globalStyle": {
     "navigationBarTextStyle": "white",
-    "navigationBarTitleText": "Queen.show",
+    "navigationBarTitleText": "Queen5",
     "navigationBarBackgroundColor": "#41969c",
     "backgroundColor": "#EFEFEF"
   },

+ 1 - 1
src/pages/about/about.vue

@@ -1,6 +1,6 @@
 <template>
   <view class="about">
-    <text class="tip">Queen.show</text>
+    <text class="tip">Queen5</text>
   </view>
 </template>
 

+ 1 - 1
src/pages/index/index.vue

@@ -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",
       };