mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
26 lines
732 B
HTML
26 lines
732 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<title>获取用户权限</title>
|
|
|
|
<vc:create path="frame/commonTop" location="head"></vc:create>
|
|
<link rel="stylesheet" href="/css/vc-ui.css?time=1" />
|
|
<script src="/js/vue/vue.min.js"></script>
|
|
<script src="/js/vue/vue-resource.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<vc:create path="frame/bodyTop"></vc:create>
|
|
<div id="component">
|
|
<vc:create path="frame/sso"></vc:create>
|
|
</div>
|
|
</div>
|
|
<script src="/js/bootstrap/jquery-3.3.1.min.js"></script>
|
|
<script src="/vcCore/vcFramework.js"></script>
|
|
</body>
|
|
|
|
</html> |