mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-16 10:21:14 +08:00
16aa19f08a
1. Mock更名为mockjs 2. file功能从cgiMock中抽取到utils中
16 lines
410 B
HTML
16 lines
410 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
<link rel="shortcut icon" type="image/x-icon" href="./logo.png">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script>
|
|
console.log('<%= FES_APP_PUBLISH_ERROR_PAGE %>');
|
|
</script>
|
|
</body>
|
|
</html>
|