feat: #100000 修改
This commit is contained in:
parent
4ade0e6c35
commit
6aad8eecc4
@ -1 +1 @@
|
|||||||
#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.block[data-v-56f04778]{margin-top:20px}
|
#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.block[data-v-6626bfcd]{margin-top:20px}
|
||||||
2
public/dist/index.html
vendored
2
public/dist/index.html
vendored
@ -1 +1 @@
|
|||||||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>erp</title><script defer="defer" src="js/chunk-vendors.9dd0c7db.js"></script><script defer="defer" src="js/app.30d15838.js"></script><link href="css/chunk-vendors.4e2d36cb.css" rel="stylesheet"><link href="css/app.487f8f5a.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but erp doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>erp</title><script defer="defer" src="js/chunk-vendors.9dd0c7db.js"></script><script defer="defer" src="js/app.d75564d8.js"></script><link href="css/chunk-vendors.4e2d36cb.css" rel="stylesheet"><link href="css/app.487f8f5a.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but erp doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
||||||
4
public/dist/js/446.1529307f.js
vendored
4
public/dist/js/446.1529307f.js
vendored
File diff suppressed because one or more lines are too long
1
public/dist/js/446.1529307f.js.map
vendored
1
public/dist/js/446.1529307f.js.map
vendored
File diff suppressed because one or more lines are too long
4
public/dist/js/713.c871bdb4.js
vendored
Normal file
4
public/dist/js/713.c871bdb4.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/dist/js/713.c871bdb4.js.map
vendored
Normal file
1
public/dist/js/713.c871bdb4.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
public/dist/js/app.30d15838.js
vendored
2
public/dist/js/app.30d15838.js
vendored
File diff suppressed because one or more lines are too long
2
public/dist/js/app.d75564d8.js
vendored
Normal file
2
public/dist/js/app.d75564d8.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -196,6 +196,7 @@ export default {
|
|||||||
timeoutnum: null, //断开 重连倒计时
|
timeoutnum: null, //断开 重连倒计时
|
||||||
defaultPrinter: null,
|
defaultPrinter: null,
|
||||||
taskIDArray: [],
|
taskIDArray: [],
|
||||||
|
requestIDGetGlobalConfig: '',
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
@ -282,7 +283,7 @@ export default {
|
|||||||
print_status: 0,
|
print_status: 0,
|
||||||
external_sku_ids: [],
|
external_sku_ids: [],
|
||||||
confirm_at: this.confirmAt,
|
confirm_at: this.confirmAt,
|
||||||
multipleSelectionIds: [],
|
ids: [],
|
||||||
};
|
};
|
||||||
this.getPlatOrderList();
|
this.getPlatOrderList();
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user