doway-coms 1.4.57 → 1.4.59
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
|
@@ -87,12 +87,12 @@ service.interceptors.response.use(
|
|
|
87
87
|
license: inputVal
|
|
88
88
|
}
|
|
89
89
|
let info = await licenseAuthorizeApi(data)
|
|
90
|
-
Modal.
|
|
90
|
+
Modal.success({
|
|
91
91
|
zIndex: 4000,
|
|
92
|
-
title: '
|
|
92
|
+
title: '验证成功',
|
|
93
93
|
content: h => {
|
|
94
94
|
return h('div', null, [
|
|
95
|
-
h('div', null,
|
|
95
|
+
h('div', null, `,许可有效期至:${info.content},请重新登录`),
|
|
96
96
|
]);
|
|
97
97
|
},
|
|
98
98
|
onOk() {
|