This commit is contained in:
2026-01-11 12:44:38 +08:00
commit f8e9391daa
1618 changed files with 153082 additions and 0 deletions

9
nladmin-ui/public/config.js Executable file
View File

@@ -0,0 +1,9 @@
window.g = {
dev: {
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
}
}

BIN
nladmin-ui/public/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 B

16
nladmin-ui/public/index.html Executable file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<script type="text/javascript" src="<%= BASE_URL %>config.js"></script>
<title><%= webpackConfig.name %></title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>