mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 02:14:44 +08:00
feat: 正式开源vue2客户端
This commit is contained in:
32
Vue2/public/index.html
Normal file
32
Vue2/public/index.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!--
|
||||
* @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com>
|
||||
* @Date: 2022-05-12 23:33:44
|
||||
* @LastEditTime: 2024-06-20 09:23:53
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) 2023 by yubaolee | ahfu~ , All Rights Reserved.
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<title>OpenAuth.Net Vue2版本|最好用的.net权限工作流框架|.net快速开发框架|.net权限管理|.net工作流</title>
|
||||
<meta name="Keywords" content="openauth.net,.net开源工作流,.NET开源权限管理">
|
||||
<meta name="Description" content="最好用的.net开源工作流框架,最好用的.NET开源权限管理框架">
|
||||
<link rel="stylesheep" type="text/css" media="print" href="./print-lock.css"></link>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
var hm = document.createElement('script')
|
||||
hm.src = '//hm.baidu.com/hm.js?93a7b9a145222f9b7109d643a0c58f8d'
|
||||
var s = document.getElementsByTagName('script')[0]
|
||||
s.parentNode.insertBefore(hm, s)
|
||||
})()
|
||||
</script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user