mirror of
https://gitee.com/niucloud-team/niucloud.git
synced 2026-06-28 00:41:58 +00:00
24 lines
681 B
HTML
24 lines
681 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-cn">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image" href="/niucloud.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script>
|
|
// 外挂配置 — 部署后可直接修改此处的值,无需重新编译
|
|
window.__ENV__ = {
|
|
VITE_APP_BASE_URL: "",
|
|
VITE_IMG_DOMAIN: "",
|
|
VITE_REQUEST_HEADER_TOKEN_KEY: "token",
|
|
VITE_REQUEST_HEADER_SITEID_KEY: "site-id",
|
|
VITE_DETAULT_TITLE: ""
|
|
};
|
|
</script>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|