提交 45c305f5 编写于 作者: D DCloud_LXH

chore: router map

上级 3aa71478
...@@ -13,6 +13,9 @@ const routerMap = { ...@@ -13,6 +13,9 @@ const routerMap = {
'/collocation/env': '/tutorial/env.html', '/collocation/env': '/tutorial/env.html',
'/collocation/ssr': '/tutorial/ssr.html', '/collocation/ssr': '/tutorial/ssr.html',
'/collocation/frame/window': '/tutorial/page.html#getapp', '/collocation/frame/window': '/tutorial/page.html#getapp',
'/collocation/frame/window#getcurrentpages': '/tutorial/page.html#getcurrentpages',
'/collocation/auto/api': '/worktile/auto/api.html',
'/collocation/frame/log': '/api/log.html',
'/component/mp-weixin-plugin': '/tutorial/mp-weixin-plugin.html', '/component/mp-weixin-plugin': '/tutorial/mp-weixin-plugin.html',
'/component/uniui': '/component/uniui/uni-ui.html', '/component/uniui': '/component/uniui/uni-ui.html',
...@@ -37,6 +40,7 @@ const routerMap = { ...@@ -37,6 +40,7 @@ const routerMap = {
'/frame#注意事项-1': '/tutorial/renderjs.html#注意事项', '/frame#注意事项-1': '/tutorial/renderjs.html#注意事项',
'/platform': '/tutorial/platform.html', '/platform': '/tutorial/platform.html',
'/nvue-event': '/tutorial/nvue-event.html',
'/api/extend/native-plugin': '/plugin/native-plugin.html', '/api/extend/native-plugin': '/plugin/native-plugin.html',
'/use-html5plus': '/tutorial/use-html5plus.html', '/use-html5plus': '/tutorial/use-html5plus.html',
......
...@@ -388,7 +388,7 @@ A:使用 uni.webView.navigateTo... ...@@ -388,7 +388,7 @@ A:使用 uni.webView.navigateTo...
uni.webView.navigateTo 示例,注意uni sdk放到body下面 uni.webView.navigateTo 示例,注意uni sdk放到body下面
``` ```html
<!DOCTYPE html> <!DOCTYPE html>
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
...@@ -416,7 +416,7 @@ uni.webView.navigateTo 示例,注意uni sdk放到body下面 ...@@ -416,7 +416,7 @@ uni.webView.navigateTo 示例,注意uni sdk放到body下面
``` ```
nvue webview通信示例 nvue webview通信示例
``` ```html
<template> <template>
<view> <view>
<web-view ref="webview" class="webview" @onPostMessage="handlePostMessage"></web-view> <web-view ref="webview" class="webview" @onPostMessage="handlePostMessage"></web-view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册