diff --git a/public/favicon.ico b/public/favicon.ico index 2d1691e9..23156d86 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index ccaf1b17..3d16e999 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - Welcome to SCUI Admin + <%= htmlWebpackPlugin.options.title %> diff --git a/src/assets/logo.png b/src/assets/logo.png index ed6cb27e..7a2fb283 100644 Binary files a/src/assets/logo.png and b/src/assets/logo.png differ diff --git a/src/config/index.js b/src/config/index.js index a65d1220..73d92835 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -3,7 +3,7 @@ const DEFAULT_CONFIG = { APP_NAME: "SCUI", //版本号 - APP_VER: "1.1.2", + APP_VER: "1.1.3", //接口地址 API_URL: "", diff --git a/src/layout/index.vue b/src/layout/index.vue index 25e44acb..6240ee1d 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -3,9 +3,9 @@