Files
WarehouseClient/index.html

26 lines
817 B
HTML
Raw Normal View History

2025-10-12 17:04:18 +08:00
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>仓库管理系统</title>
<!-- 引入外部配置文件 - 这个文件不会被打包,可以在部署后修改 -->
<script src="/config.js"></script>
<link rel="stylesheet" href="./fonts/iconfont.css" />
<script>
window.$config = {
api: "./api.vgomap.com/",
offline: true,
mapTheme: "home",
tenantId: "1958120048849719296",
};
</script>
<script src="./www.wxb3d.com/saas/sdk/v2.0/VgoMap.umd.js"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>