| 1234567891011121314151617181920212223242526 |
- <!DOCTYPE HTML>
- <html lang="zh-cn" manifest="">
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10, user-scalable=yes">
- <title>云进销存 - U企云服</title>
- <link rel="icon" href="./resources/images/favicon.png" type="image/x-icon">
- <!-- 图片动画效果样式导入 -->
- <link type="text/css" rel="stylesheet" href="./resources/othcss/imagehover.css" />
- <!-- The line below must be kept intact for Sencha Cmd to build your application -->
- <script id="microloader" data-app="a20e1670-7932-41f6-8e9c-55b77cba3f26" type="text/javascript" src="bootstrap.js"></script>
- <script>
- function getTokenPage(){
- return Ext.manifest.server.accountCenter + "/remove-token.html"
- }
- function getAccountPage(){
- return Ext.manifest.server.accountCenter
- }
- </script>
- </head>
- <iframe name="accountPage" hidden></iframe>
- <body class="launching"></body>
- </html>
|