|
@@ -552,10 +552,6 @@ export default defineComponent({
|
|
|
state.prodetail = res.data;
|
|
|
});
|
|
|
|
|
|
- api.instance.tags(deviceKey).then((res: any) => {
|
|
|
- state.detail.tags = res.data.tags;
|
|
|
- });
|
|
|
-
|
|
|
const { phone, certificate, intro } = JSON.parse(res.data.extensionInfo || '{}')
|
|
|
state.phone = phone || [];
|
|
|
state.certificate = certificate || [];
|