mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-09 05:29:32 +00:00
chore: add test server
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
&-vertical &-submenu-title {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
padding: 12px 24px;
|
||||
padding: 14px 24px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
@@ -116,7 +116,9 @@ class Permission extends VuexModule {
|
||||
|
||||
// !Simulate to obtain permission codes from the background,
|
||||
// this function may only need to be executed once, and the actual project can be put at the right time by itself
|
||||
this.changePermissionCode('1');
|
||||
try {
|
||||
this.changePermissionCode('1');
|
||||
} catch (error) {}
|
||||
if (!paramId) {
|
||||
throw new Error('paramId is undefined!');
|
||||
}
|
||||
|
Reference in New Issue
Block a user