vue2-client 1.8.137 → 1.8.138

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.8.137",
3
+ "version": "1.8.138",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
Binary file
Binary file
Binary file
Binary file
@@ -238,7 +238,7 @@ export default {
238
238
 
239
239
  <style lang="less" scoped>
240
240
  .common-layout {
241
- background-image: url('/public/img/login/loginbg.gif');
241
+ background-image: url('../../assets/img/login/loginbg.gif');
242
242
  background-size: cover;
243
243
  background-position: center;
244
244
  .content {
@@ -257,7 +257,7 @@ export default {
257
257
  display: flex;
258
258
  .illustration {
259
259
  flex: 1;
260
- background-image: url("/public/img/login/login-left.png");
260
+ background-image: url("../../assets/img/login/login-left.png");
261
261
  background-size: contain;
262
262
  background-position: center;
263
263
  background-repeat: no-repeat;