diff --git a/.env.production b/.env.production index 5fc1cfd..43f84d1 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ ENV = 'production' -VUE_APP_BASE_API = 'http://local.party-rank.host' \ No newline at end of file +VUE_APP_BASE_API = 'http://party-rank.abcdefg.fun' \ No newline at end of file diff --git a/src/components/rank.vue b/src/components/rank.vue index 61365be..322cfdf 100644 --- a/src/components/rank.vue +++ b/src/components/rank.vue @@ -42,6 +42,7 @@ border: 1px solid #e5e5e5; border-left: none; border-right: none; + padding: 15rpx 0; } .table-td { display: flex; diff --git a/src/pages.json b/src/pages.json index bd7700e..921fa82 100644 --- a/src/pages.json +++ b/src/pages.json @@ -54,6 +54,13 @@ "navigationBarTitleText" : "排行榜" } }, + { + "path" : "pages/score/cate-rank", + "style" : + { + "navigationBarTitleText" : "排行榜" + } + }, { "path" : "pages/user/profile", "style" : diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 5188ed8..f7e12fa 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -1,28 +1,16 @@