add
This commit is contained in:
parent
2207a5f578
commit
bedbeea120
|
@ -0,0 +1,31 @@
|
||||||
|
<!doctype html>
|
||||||
|
<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: "3002",
|
||||||
|
VITE_APP_UPLOAD_PORT: "8090",
|
||||||
|
VITE_APP_APP_NAME: "领导信箱",
|
||||||
|
VITE_APP_VERSION: "0.1.0",
|
||||||
|
VITE_APP_LIB_URL:
|
||||||
|
"https://www.spp.gov.cn/spp/fl/201802/t20180206_364975.shtml",
|
||||||
|
VITE_APP_HOME_TEXT: "门户网主页",
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<title>信箱</title>
|
||||||
|
<script
|
||||||
|
type="module"
|
||||||
|
crossorigin
|
||||||
|
src="/assets/index-FpWMkpbq.js"></script>
|
||||||
|
<link rel="stylesheet" crossorigin href="/assets/index-wPjrBIO5.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="root"></div>
|
||||||
|
<script src="browserCheck.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue