x
This commit is contained in:
28
vue/public/design.html
Normal file
28
vue/public/design.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome,IE=edge" />
|
||||
<meta name="HandheldFriendly" content="true" />
|
||||
<meta name="format-detection" content="telephone=no,email=no" />
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, user-scalable=no, minimal-ui, viewport-fit=cover" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="msapplication-tap-highlight" content="no" />
|
||||
<title>CMS</title>
|
||||
<script>
|
||||
var ZenEnv = 'LOCAL_DEV';
|
||||
</script>
|
||||
<script src="//b.ebus.vip/zeto/v5.1.3/zen.dev.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="//b.ebus.vip/zeto/v5.1.3/zen.css">
|
||||
<script>
|
||||
zen.host = 'http://127.0.0.1:7057';
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src="/design.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
28
vue/public/index.html
Normal file
28
vue/public/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome,IE=edge" />
|
||||
<meta name="HandheldFriendly" content="true" />
|
||||
<meta name="format-detection" content="telephone=no,email=no" />
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, user-scalable=no, minimal-ui, viewport-fit=cover" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="msapplication-tap-highlight" content="no" />
|
||||
<title>CMS</title>
|
||||
<script>
|
||||
var ZenEnv = 'LOCAL_DEV';
|
||||
</script>
|
||||
<script src="//b.ebus.vip/zeto/v5.1.3/zen.dev.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="//b.ebus.vip/zeto/v5.1.3/zen.css">
|
||||
<script>
|
||||
zen.host = 'http://127.0.0.1:7057';
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src="/app.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
1
vue/public/lib/cos-auth.min.js
vendored
Normal file
1
vue/public/lib/cos-auth.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
vue/public/lib/cos-js-sdk-v5.min.js
vendored
Normal file
1
vue/public/lib/cos-js-sdk-v5.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
3
vue/public/lib/template-web.js
Normal file
3
vue/public/lib/template-web.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user