add
This commit is contained in:
parent
37eff0e67c
commit
c54c49e743
|
@ -1,24 +1,27 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<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" />
|
||||||
|
<script>
|
||||||
|
window.env = {
|
||||||
|
VITE_APP_SERVER_IP: "192.168.139.239",
|
||||||
|
VITE_APP_SERVER_PORT: "3000",
|
||||||
|
VITE_APP_FILE_PORT: "80",
|
||||||
|
VITE_APP_VERSION: "0.3.0",
|
||||||
|
VITE_APP_APP_NAME: "烽火慕课",
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<title>fhmooc</title>
|
||||||
|
<script
|
||||||
|
type="module"
|
||||||
|
crossorigin
|
||||||
|
src="/assets/index-C6LPy0O3.js"></script>
|
||||||
|
<link rel="stylesheet" crossorigin href="/assets/index-CjRG4jbI.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<head>
|
<body>
|
||||||
<meta charset="UTF-8" />
|
<div id="root"></div>
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
</body>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
</html>
|
||||||
<script>
|
|
||||||
window.env = {
|
|
||||||
VITE_APP_SERVER_IP: "$VITE_APP_SERVER_IP",
|
|
||||||
VITE_APP_APP_NAME: "$VITE_APP_APP_NAME",
|
|
||||||
VITE_APP_VERSION: "$VITE_APP_VERSION",
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
<title>fhmooc</title>
|
|
||||||
<script type="module" crossorigin src="/assets/index-C6LPy0O3.js"></script>
|
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-CjRG4jbI.css">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div id="root"></div>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
Loading…
Reference in New Issue