• This project
    • Loading...
  • Sign in

Hooke / jgdl

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • jgdl
  • src
  • pages
  • webview
  • test.config.js
  • hookehuyr's avatar
    feat(webview): 添加网页预览功能及相关组件 · c7b6c8e5 ...
    c7b6c8e5 Browse Files
    新增webview页面组件,用于预览外部网页链接
    添加测试页面用于验证webview功能
    更新app.config.js添加webview路由
    在PaymentAgreementModal组件中集成webview用于签约流程
    添加bindJeePayAPI接口用于处理计全付绑定
    hookehuyr authored 2025-08-07 17:47:06 +0800
test.config.js 129 Bytes
Raw Blame History Permalink
1 2 3 4 5
export default {
  navigationBarTitleText: 'WebView测试页面',
  enablePullDownRefresh: false,
  backgroundTextStyle: 'dark'
}