__uniappview.html
3.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<script>
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')
</script>
<title>View</title>
<style>
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
input[type="search"i]::-webkit-search-cancel-button {
display: none;
}
</style>
<script>
var __wxConfig = {"debug":false,"appname":"app","entryPagePath":"pages/login/login.html","page":{"pages/login/login.html":{"window":{"navigationBarTitleText":"登录"}},"pages/index/index.html":{"window":{"navigationBarTitleText":"首页"}},"pages/analysis/index.html":{"window":{"navigationBarTitleText":"综合分析"}},"pages/passenger/index.html":{"window":{"navigationBarTitleText":"精准客流"}},"pages/manage/index.html":{"window":{"navigationBarTitleText":"后台管理"}},"pages/my/index.html":{"window":{"navigationBarTitleText":"我的"}},"pages/list/mallList.html":{"window":{"navigationBarTitleText":"商场列表"}},"pages/list/floorList.html":{"window":{"navigationBarTitleText":"门店列表"}}},"global":{"window":{"titleNView":false,"navigationBarTextStyle":"black","navigationBarTitleText":"演示","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"}},"tabBar":{"color":"#7A7E83","selectedColor":"#3cc51f","backgroundColor":"#ffffff","borderStyle":"black","list":[{"pagePath":"pages/index/index.html","iconPath":"static/logo.png","selectedIconPath":"static/logo.png","text":"首页"},{"pagePath":"pages/analysis/index.html","iconPath":"static/logo.png","selectedIconPath":"static/logo.png","text":"综合分析"},{"pagePath":"pages/passenger/index.html","iconPath":"static/logo.png","selectedIconPath":"static/logo.png","text":"精准客流"},{"pagePath":"pages/manage/index.html","iconPath":"static/logo.png","selectedIconPath":"static/logo.png","text":"后台管理"},{"pagePath":"pages/my/index.html","iconPath":"static/logo.png","selectedIconPath":"static/logo.png","text":"我的"}],"position":"bottom"},"networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"platform":"devtools","pages":["pages/login/login","pages/index/index","pages/analysis/index","pages/passenger/index","pages/manage/index","pages/my/index","pages/list/mallList","pages/list/floorList"],"subPackages":[],"usingComponents":{},"splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false}}
</script>
<script>
var __id__ = '';
window.__dispatchGenerateFunc__ = function(page) {
__id__ = page;
document.title = page;
// window.history.pushState('', '', page);
plus.webview.currentWebview().setJsFile('_www/' + page.replace('.html', '.js'));
};
</script>
<script src="__uniappes6.js"></script>
<script src="uniapp://ready"></script>
</head>
<body>
<div></div>
</body>
</html>