diff --git a/.env b/.env
index 5e6d56e..0284684 100644
--- a/.env
+++ b/.env
@@ -16,7 +16,7 @@ VITE_APP_CONTEXT_PATH = '/'
VITE_APP_API_PREFIX = '/api'
# 接口地址
-VITE_APP_API_URL = 'http://localhost:10010'
+VITE_APP_API_URL = 'http://82.157.20.36:10010'
# OSS通用图片访问前缀
VITE_APP_COMMON_IMAGE_PREFIX = '/resource/oss/image?f='
diff --git a/index.html b/index.html
index d291270..197a5fb 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
-
伊娃CMS-轻量级CMS系统
+ 南开区民政局
diff --git a/kit.json b/kit.json
new file mode 100644
index 0000000..d4e1395
--- /dev/null
+++ b/kit.json
@@ -0,0 +1,32 @@
+{
+ "name":"我的项目-eva-cms-admin-front",
+ "space":"Eva",
+ "service":{
+ "eva-cms-admin-front":{
+ "version":"1.0.0",
+ "variables":[
+ {
+ "name":"loginTitle",
+ "inputType":"input",
+ "value":"南开区民政局"
+ },
+ {
+ "name":"loginDescription",
+ "inputType":"input",
+ "value":""
+ },
+ {
+ "name":"menuTitle",
+ "inputType":"input",
+ "value":"南开区民政局"
+ },
+ {
+ "name":"_plugins",
+ "inputType":"_plugins",
+ "value":[]
+ }
+ ]
+ }
+ },
+ "plugins":{}
+}
\ No newline at end of file
diff --git a/public/favicon copy.ico b/public/favicon copy.ico
new file mode 100644
index 0000000..6772957
Binary files /dev/null and b/public/favicon copy.ico differ
diff --git a/public/icons/cms/iconfont.js b/public/icons/cms/iconfont.js
index c975383..3ef912d 100644
--- a/public/icons/cms/iconfont.js
+++ b/public/icons/cms/iconfont.js
@@ -1 +1 @@
-window._iconfont_svg_string_4718675='',(h=>{var c=(l=(l=document.getElementsByTagName("script"))[l.length-1]).getAttribute("data-injectcss"),l=l.getAttribute("data-disable-injectsvg");if(!l){var a,t,m,s,z,v=function(c,l){l.parentNode.insertBefore(c,l)};if(c&&!h.__iconfont__svg__cssinject__){h.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(c){console&&console.log(c)}}a=function(){var c,l=document.createElement("div");l.innerHTML=h._iconfont_svg_string_4718675,(l=l.getElementsByTagName("svg")[0])&&(l.setAttribute("aria-hidden","true"),l.style.position="absolute",l.style.width=0,l.style.height=0,l.style.overflow="hidden",l=l,(c=document.body).firstChild?v(l,c.firstChild):c.appendChild(l))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(a,0):(t=function(){document.removeEventListener("DOMContentLoaded",t,!1),a()},document.addEventListener("DOMContentLoaded",t,!1)):document.attachEvent&&(m=a,s=h.document,z=!1,i(),s.onreadystatechange=function(){"complete"==s.readyState&&(s.onreadystatechange=null,o())})}function o(){z||(z=!0,m())}function i(){try{s.documentElement.doScroll("left")}catch(c){return void setTimeout(i,50)}o()}})(window);
\ No newline at end of file
+window._iconfont_svg_string_4718675='',(h=>{var c=(l=(l=document.getElementsByTagName("script"))[l.length-1]).getAttribute("data-injectcss"),l=l.getAttribute("data-disable-injectsvg");if(!l){var a,t,m,s,z,v=function(c,l){l.parentNode.insertBefore(c,l)};if(c&&!h.__iconfont__svg__cssinject__){h.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(c){console&&console.log(c)}}a=function(){var c,l=document.createElement("div");l.innerHTML=h._iconfont_svg_string_4718675,(l=l.getElementsByTagName("svg")[0])&&(l.setAttribute("aria-hidden","true"),l.style.position="absolute",l.style.width=0,l.style.height=0,l.style.overflow="hidden",l=l,(c=document.body).firstChild?v(l,c.firstChild):c.appendChild(l))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(a,0):(t=function(){document.removeEventListener("DOMContentLoaded",t,!1),a()},document.addEventListener("DOMContentLoaded",t,!1)):document.attachEvent&&(m=a,s=h.document,z=!1,i(),s.onreadystatechange=function(){"complete"==s.readyState&&(s.onreadystatechange=null,o())})}function o(){z||(z=!0,m())}function i(){try{s.documentElement.doScroll("left")}catch(c){return void setTimeout(i,50)}o()}})(window);
diff --git a/src/components/layout/AppMenu.vue b/src/components/layout/AppMenu.vue
index 8061119..a6a5b80 100644
--- a/src/components/layout/AppMenu.vue
+++ b/src/components/layout/AppMenu.vue
@@ -2,7 +2,7 @@
diff --git a/vite.config.js b/vite.config.js
index 58865ab..ff23f68 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -6,7 +6,7 @@ import eslint from 'vite-plugin-eslint'
// https://vitejs.dev/config/
export default ({mode}) => {
const apiPrefix = loadEnv(mode, process.cwd()).VITE_APP_API_PREFIX
- const apiUrl = loadEnv(mode, process.cwd()).VITE_APP_API_URL
+ const apiUrl = 'http://82.157.20.36:10010';//loadEnv(mode, process.cwd()).VITE_APP_API_URL
return defineConfig({
plugins: [
vue(),