hide report scholarship & debug message error
This commit is contained in:
parent
1065ea1816
commit
0a6ec0da44
2 changed files with 3 additions and 3 deletions
|
|
@ -426,7 +426,7 @@ export const useCounterMixin = defineStore("mixin", () => {
|
|||
} else {
|
||||
console.error("err===>", e); // ***
|
||||
|
||||
if (e.message) {
|
||||
if (e.message && e.message !== "R is not a function") {
|
||||
q.dialog({
|
||||
component: CustomComponent,
|
||||
componentProps: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue