vue2-client 1.3.22 → 1.3.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.3.22",
3
+ "version": "1.3.23",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
Binary file
@@ -2,7 +2,7 @@
2
2
  <common-layout>
3
3
  <div class="loginContent">
4
4
  <div class="illustration">
5
- <img src="@vue2-client/assets/login/illustration.svg" width="100%" height="100%"/>
5
+ <img src="@vue2-client/assets/login/illustration.webp" width="100%" height="100%"/>
6
6
  </div>
7
7
  <div class="business">
8
8
  <div class="top">
@@ -222,7 +222,7 @@ export default {
222
222
 
223
223
  <style lang="less" scoped>
224
224
  .common-layout {
225
- background-image: url('/img/login/background.svg');
225
+ background-image: url('/img/login/background.webp');
226
226
  background-size: cover;
227
227
  background-position: center;
228
228
  .content {