diff --git a/components/content/submit.vue b/components/content/submit.vue index da81acc..a010ef5 100644 --- a/components/content/submit.vue +++ b/components/content/submit.vue @@ -58,9 +58,9 @@ align-items: center; .btn{ background: $uni-linear-gradient-btn-color; + color: #fff; width: 600rpx; height: 80rpx; - color: #fff; border-radius: 15rpx; } view{ diff --git a/config.js b/config.js index 0c3a700..9a6313c 100644 --- a/config.js +++ b/config.js @@ -5,7 +5,7 @@ import utils from './utils/utils.js' // 当前环境 -const type = 'dev' +const type = 'prod' // 环境配置 diff --git a/pages.json b/pages.json index 9542b4b..fe50e6c 100644 --- a/pages.json +++ b/pages.json @@ -195,6 +195,9 @@ "style": { "navigationBarTitleText": "" } + }, + { + "path": "mine/help" } ] }], diff --git a/pages/auth/login.vue b/pages/auth/login.vue index 9bb91f2..2f4cb60 100644 --- a/pages/auth/login.vue +++ b/pages/auth/login.vue @@ -1,7 +1,7 @@