44e77dcb0e
**重构前**(旧编号 02-11): - docs/02-产品需求/ → 00 产品规划/PRD - docs/03-技术架构/ → 01-05 子目录散落 - docs/04-原型设计/ → 01-02 产品设计(HTML 原型) - docs/05-原型设计/ → screens/ - docs/06-测试素材/ → 02-E2E / 03-功能 / 04-版本测试 - docs/07-项目管理/ → 任务说明书/日报/计划 - docs/08-安全审计/ → 审计报告 - docs/09-堡垒运维/ → toolbox / deploy - docs/10-项目管理/ → 任务说明书(重复) - docs/11-历史归档/ → deploy-nas-archived **重构后**(新编号 00-07,语义化): - docs/00-产品开发流程与文档管理规范.md - docs/00-版本迭代总览.md - docs/01-产品文档/ (PRD/原型/认证/会话/AI 服务/坐席/集成) - docs/02-技术文档/ (技术方案/架构图/重构记录/前端改造/实现配置) - docs/03-测试文档/ (E2E/功能用例/版本报告/缺陷单) - docs/04-运维文档/ (部署运维/运维指南) - docs/05-运营文档/ (品牌推广/用户手册) - docs/06-安全审计/ (审计报告) - docs/07-项目管理/ (任务说明书/日报/计划/看板) **净收益**: - 目录编号与产品文档管理规范对齐(按文档阶段 01-07 编号) - 消除 02-产品需求 与 10-项目管理 的编号重叠 - 子目录按文档类型分组(如 01-产品文档/00-产品规划、01-产品文档/01-认证与登录) - 把运维/安全/项目管理从 0X 散落改为 04/06/07 合计 494 文件 + 78495 行 / - 14076 行
175 lines
8.8 KiB
Plaintext
175 lines
8.8 KiB
Plaintext
|
||
===== DIAG login-form-missing @ 00:48:26 =====
|
||
URL: http://localhost:5174/itdesk/
|
||
HTML_LEN: 2595
|
||
<!DOCTYPE html><html lang="zh-CN"><head>
|
||
<script type="module" src="/itdesk/@vite/client"></script>
|
||
|
||
<meta charset="UTF-8">
|
||
<!-- 移动端视口设置(适配企微 WebView) -->
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
<!-- CSP 安全策略 -->
|
||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-eval' https://res.wx.qq.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https: http:; connect-src 'self' https://qyapi.weixin.qq.com wss://* ws://localhost ws://127.0.0.1;">
|
||
<!-- 页面标题 -->
|
||
<title>智能IT支持服务台</title>
|
||
<!-- 首屏骨架屏样式 v0.5.2 强化版 -->
|
||
<style>
|
||
html, body { margin: 0; padding: 0; height: 100%; background: #f7f8fa; }
|
||
#app-skeleton {
|
||
position: fixed; inset: 0;
|
||
display: flex; flex-direction: column;
|
||
align-items: center; justify-content: center;
|
||
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", sans-serif;
|
||
color: #969799;
|
||
z-index: 9999;
|
||
}
|
||
#app-skeleton .logo {
|
||
width: 64px; height: 64px; border-radius: 16px;
|
||
background: linear-gradient(135deg, #1989fa 0%, #1c64f2 100%);
|
||
margin-bottom: 20px;
|
||
box-shadow: 0 8px 24px rgba(25, 137, 250, 0.3);
|
||
animation: pulse 1.5s ease-in-out infinite;
|
||
}
|
||
#app-skeleton .title { font-size: 18px; font-weight: 600; color: #323233; margin-bottom: 8px; }
|
||
#app-skeleton .subtitle { font-size: 14px; color: #969799; margin-bottom: 28px; }
|
||
#app-skeleton .spinner {
|
||
width: 28px; height: 28px;
|
||
border: 3px solid #ebedf0;
|
||
border-top-color: #1989fa;
|
||
border-radius: 50%;
|
||
animation: spin 0.8s linear infinite;
|
||
}
|
||
@keyframes spin { to { transform: rotate(360deg); } }
|
||
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.7; transform: scale(0.95); } }
|
||
/* v0.5.2 强化:不再依赖 :empty 选择器(部分浏览器/Vue mount 太快会失效) */
|
||
/* 改用 body.app-loaded 类名,由 main.ts 挂载后主动添加 */
|
||
body.app-loaded #app-skeleton { display: none !important; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<!-- Vue 应用挂载点 -->
|
||
<div id="app"></div>
|
||
<!-- 首屏骨架屏(JS 加载期间显示,挂载后自动隐藏) v0.5.2 -->
|
||
<div id="app-skeleton">
|
||
<div class="logo"></div>
|
||
<div class="title">智能IT支持服务台</div>
|
||
<div class="subtitle">正在加载...</div>
|
||
<div class="spinner"></div>
|
||
</div>
|
||
<!-- 入口脚本 -->
|
||
<script type="module" src="/itdesk/src/main.ts"></script>
|
||
|
||
|
||
<vite-error-overlay></vite-error-overlay></body></html>
|
||
|
||
===== DIAG fatal @ 00:48:26 =====
|
||
URL: http://localhost:5174/itdesk/
|
||
HTML_LEN: 2595
|
||
<!DOCTYPE html><html lang="zh-CN"><head>
|
||
<script type="module" src="/itdesk/@vite/client"></script>
|
||
|
||
<meta charset="UTF-8">
|
||
<!-- 移动端视口设置(适配企微 WebView) -->
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
<!-- CSP 安全策略 -->
|
||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-eval' https://res.wx.qq.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https: http:; connect-src 'self' https://qyapi.weixin.qq.com wss://* ws://localhost ws://127.0.0.1;">
|
||
<!-- 页面标题 -->
|
||
<title>智能IT支持服务台</title>
|
||
<!-- 首屏骨架屏样式 v0.5.2 强化版 -->
|
||
<style>
|
||
html, body { margin: 0; padding: 0; height: 100%; background: #f7f8fa; }
|
||
#app-skeleton {
|
||
position: fixed; inset: 0;
|
||
display: flex; flex-direction: column;
|
||
align-items: center; justify-content: center;
|
||
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", sans-serif;
|
||
color: #969799;
|
||
z-index: 9999;
|
||
}
|
||
#app-skeleton .logo {
|
||
width: 64px; height: 64px; border-radius: 16px;
|
||
background: linear-gradient(135deg, #1989fa 0%, #1c64f2 100%);
|
||
margin-bottom: 20px;
|
||
box-shadow: 0 8px 24px rgba(25, 137, 250, 0.3);
|
||
animation: pulse 1.5s ease-in-out infinite;
|
||
}
|
||
#app-skeleton .title { font-size: 18px; font-weight: 600; color: #323233; margin-bottom: 8px; }
|
||
#app-skeleton .subtitle { font-size: 14px; color: #969799; margin-bottom: 28px; }
|
||
#app-skeleton .spinner {
|
||
width: 28px; height: 28px;
|
||
border: 3px solid #ebedf0;
|
||
border-top-color: #1989fa;
|
||
border-radius: 50%;
|
||
animation: spin 0.8s linear infinite;
|
||
}
|
||
@keyframes spin { to { transform: rotate(360deg); } }
|
||
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.7; transform: scale(0.95); } }
|
||
/* v0.5.2 强化:不再依赖 :empty 选择器(部分浏览器/Vue mount 太快会失效) */
|
||
/* 改用 body.app-loaded 类名,由 main.ts 挂载后主动添加 */
|
||
body.app-loaded #app-skeleton { display: none !important; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<!-- Vue 应用挂载点 -->
|
||
<div id="app"></div>
|
||
<!-- 首屏骨架屏(JS 加载期间显示,挂载后自动隐藏) v0.5.2 -->
|
||
<div id="app-skeleton">
|
||
<div class="logo"></div>
|
||
<div class="title">智能IT支持服务台</div>
|
||
<div class="subtitle">正在加载...</div>
|
||
<div class="spinner"></div>
|
||
</div>
|
||
<!-- 入口脚本 -->
|
||
<script type="module" src="/itdesk/src/main.ts"></script>
|
||
|
||
|
||
<vite-error-overlay></vite-error-overlay></body></html>
|
||
|
||
===== DIAG fatal @ 00:51:07 =====
|
||
URL: http://localhost:5174/itdesk/login
|
||
HTML_LEN: 158173
|
||
<!DOCTYPE html><html lang="zh-CN" class="van-theme-light" data-theme="light"><head>
|
||
<script type="module" src="/itdesk/@vite/client"></script>
|
||
|
||
<meta charset="UTF-8">
|
||
<!-- 移动端视口设置(适配企微 WebView) -->
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
<!-- CSP 安全策略 -->
|
||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-eval' https://res.wx.qq.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https: http:; connect-src 'self' https://qyapi.weixin.qq.com wss://* ws://localhost ws://127.0.0.1;">
|
||
<!-- 页面标题 -->
|
||
<title>智能IT支持服务台</title>
|
||
<!-- 首屏骨架屏样式 v0.5.2 强化版 -->
|
||
<style>
|
||
html, body { margin: 0; padding: 0; height: 100%; background: #f7f8fa; }
|
||
#app-skeleton {
|
||
position: fixed; inset: 0;
|
||
display: flex; flex-direction: column;
|
||
align-items: center; justify-content: center;
|
||
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", sans-serif;
|
||
color: #969799;
|
||
z-index: 9999;
|
||
}
|
||
#app-skeleton .logo {
|
||
width: 64px; height: 64px; border-radius: 16px;
|
||
background: linear-gradient(135deg, #1989fa 0%, #1c64f2 100%);
|
||
margin-bottom: 20px;
|
||
box-shadow: 0 8px 24px rgba(25, 137, 250, 0.3);
|
||
animation: pulse 1.5s ease-in-out infinite;
|
||
}
|
||
#app-skeleton .title { font-size: 18px; font-weight: 600; color: #323233; margin-bottom: 8px; }
|
||
#app-skeleton .subtitle { font-size: 14px; color: #969799; margin-bottom: 28px; }
|
||
#app-skeleton .spinner {
|
||
width: 28px; height: 28px;
|
||
border: 3px solid #ebedf0;
|
||
border-top-color: #1989fa;
|
||
border-radius: 50%;
|
||
animation: spin 0.8s linear infinite;
|
||
}
|
||
@keyframes spin { to { transform: rotate(360deg); } }
|
||
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.7; transform: scale(0.95); } }
|
||
/* v0.5.2 强化:不再依赖 :empty 选择器(部分浏览器/Vue mount 太快会失效) */
|
||
/* 改用 body.app-loaded 类名,由 main.ts 挂载后主动添加 */
|
||
body.app-loaded #app-skeleton { display: none !important; }
|
||
</style>
|
||
<style type="text/css" data-vite-dev-id="/app/node_modules/.pnpm/vant@4.10.0_vue@3.5.39_typescript@5.9.3_/node_modules/vant/es/style/base.css">:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-col
|