Skip to content

Commit

Permalink
requrie
Browse files Browse the repository at this point in the history
  • Loading branch information
yigefaxian committed Nov 9, 2024
1 parent f73d0e8 commit df9b3de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GIT

GIT
remote: https://github.com/work-design/rails_notice.git
revision: 1d5017974c6d939510dd0544687959429557849c
revision: eff77a4597e2cd9d58f38c1938c0db311b85a660
specs:
rails_notice (1.0.3)
rails_com
Expand Down
3 changes: 2 additions & 1 deletion app/views/application/require_program_login.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
data-mini-program-launch-value="true"
data-mini-program-url-value="/pages/login/index"
data-mini-program-data-value="<%= { state: state, auth_appid: Rails.configuration.x.appid.presence }.compact.to_json %>"
style="height: 100%;display: flex;justify-content: center;align-items: center"
class="has-column-centered"
style="height: 100%"
>
<p style="color: darkgray">登录信息失效,等待授权</p>
<p><%= state %></p>
Expand Down
3 changes: 2 additions & 1 deletion app/views/application/require_program_login.turbo_stream.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
data-mini-program-launch-value="true"
data-mini-program-url-value="/pages/login/index"
data-mini-program-data-value="<%= { path: path, state: state, auth_appid: Rails.configuration.x.appid.presence }.compact.to_json %>"
style="height: 100%;display: flex;justify-content: center;align-items: center"
class="has-column-centered"
style="height: 100%"
>
<p style="color: darkgray">登录信息失效,等待授权</p>
</div>
Expand Down

0 comments on commit df9b3de

Please sign in to comment.