From 31b647535e49f0a7b85d87a8c1e34c5ab92ca9d0 Mon Sep 17 00:00:00 2001 From: shikeying <pxzsky@163.com> Date: 星期五, 10 三月 2023 14:54:25 +0800 Subject: [PATCH] 修改数据字典 支持树结构 --- public/index.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/public/index.html b/public/index.html index 925455c..95913a2 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,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"> + <link rel="icon" href="<%= BASE_URL %>favicon.ico"/> + <script src="<%= BASE_URL %>static/config.js"></script> <title><%= webpackConfig.name %></title> <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]--> <style> -- Gitblit v1.9.1