Skip to content

Commit f592e7e

Browse files
committed
chore: instand of url
1 parent 334d4bb commit f592e7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hybrid/html/local.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<button class="btn btn-red" type="button" id="postMessage">postMessage</button>
4545
</div>
4646
<!-- uni 的 SDK -->
47-
<script type="text/javascript" src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"></script>
47+
<script type="text/javascript" src="https://unpkg.com/@dcloudio/uni-webview[email protected]/index.js"></script>
4848
<script type="text/javascript">
4949
document.addEventListener('UniAppJSBridgeReady', function() {
5050
document.querySelector('.btn-list').addEventListener('click', function(evt) {

windows/top-window.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<custom-tab-bar class="tab-bar-flex" direction="horizontal" :show-icon="false" :selected="current" @onTabItemTap="toSecondMenu" />
1010
<uni-link class="phone-link" href="https://m3w.cn/uniapp" text="体验手机版"></uni-link>
1111
<!-- <uni-link class="phone-link" href="http://hellouniapp.dcloud.net.cn/pages/component/view/view" text="体验 vue 2.x 版"></uni-link> -->
12-
<!-- <uni-link class="phone-link" href="http://vue
12+
<uni-link class="phone-link" href="http://vue
1313
3-hellouniapp.dcloud.net.cn/pages/component/view/view" text="体验 vue 3.0 版"></uni-link>
14-
<svg t="1628163727478" class="new-icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1334" width="40" height="40"><path d="M829.866667 313.6a64 64 0 0 1 64 64v213.333333a64 64 0 0 1-64 64H262.058667L168.32 746.666667v-106.666667h0.213333V377.6a64 64 0 0 1 64-64h597.333334z m-117.333334 78.293333H661.333333l-23.466666 138.56-19.2-136.533333h-51.2l34.133333 174.677333h68.266667l19.2-116.458666 17.066666 116.458666h68.266667l34.133333-174.677333h-51.2l-17.066666 138.538667-27.733334-140.544z m-151.466666 0h-125.866667v174.698667h125.866667v-36.138667h-78.933334v-38.165333h68.266667v-32.106667h-68.266667v-34.133333h78.933334v-34.133333z m-217.6 0h-70.4v174.698667H320v-128.512l32 128.512h70.4V391.893333h-46.933333v134.506667l-32-134.506667z" p-id="1335" fill="#d81e06"></path></svg> -->
14+
<svg t="1628163727478" class="new-icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1334" width="40" height="40"><path d="M829.866667 313.6a64 64 0 0 1 64 64v213.333333a64 64 0 0 1-64 64H262.058667L168.32 746.666667v-106.666667h0.213333V377.6a64 64 0 0 1 64-64h597.333334z m-117.333334 78.293333H661.333333l-23.466666 138.56-19.2-136.533333h-51.2l34.133333 174.677333h68.266667l19.2-116.458666 17.066666 116.458666h68.266667l34.133333-174.677333h-51.2l-17.066666 138.538667-27.733334-140.544z m-151.466666 0h-125.866667v174.698667h125.866667v-36.138667h-78.933334v-38.165333h68.266667v-32.106667h-68.266667v-34.133333h78.933334v-34.133333z m-217.6 0h-70.4v174.698667H320v-128.512l32 128.512h70.4V391.893333h-46.933333v134.506667l-32-134.506667z" p-id="1335" fill="#d81e06"></path></svg>
1515
</view>
1616
</template>
1717

0 commit comments

Comments
 (0)