提交 a051839d 编写于 作者: WOSHIMAHAIFENG's avatar WOSHIMAHAIFENG

Merge branch 'dev-unienv' into 'dev'

[file-env]添加uni-env示例(修改入口)

See merge request !40
...@@ -459,10 +459,10 @@ ...@@ -459,10 +459,10 @@
} }
}, },
{ {
"path" : "pages/API/get-file-uni-env/get-file-uni-env", "path" : "pages/API/uni-env/uni-env",
"style" : "style" :
{ {
"navigationBarTitleText" : "file-uni-env" "navigationBarTitleText" : "uni-env"
} }
}, },
// #endif // #endif
......
...@@ -90,6 +90,10 @@ ...@@ -90,6 +90,10 @@
name: '退出应用', name: '退出应用',
url: 'exit', url: 'exit',
}, },
{
name: 'uni.env',
url: 'uni-env'
},
// #endif // #endif
] as Page[], ] as Page[],
}, },
...@@ -448,11 +452,7 @@ ...@@ -448,11 +452,7 @@
{ {
name: 'fileSystemManager文件管理', name: 'fileSystemManager文件管理',
url: 'get-file-system-manager' url: 'get-file-system-manager'
}, }
{
name: 'uni.env',
url: 'get-file-uni-env'
},
] as Page[], ] as Page[],
}, },
// #endif // #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册