Skip to content
  • This project
    • Loading...
  • Sign in

杨炀 / ztx_wx_minapp

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • ztx_wx_minapp
  • webView
  • vipSystem.vue
  • 华明祺's avatar
    no message · 5088d5e8
    华明祺 committed 2023-12-25 11:59:54 +0800
    5088d5e8
vipSystem.vue 180 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<template>
  <view>
    <web-view :src="config.vipWebView">
			
    </web-view>
  </view>
</template>

<script setup>
import config from '@/config.js'
</script>

<style>

</style>