From df5aa8087c2c7328dc4188f05d762c8df1f0b07a Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 18 七月 2023 09:19:12 +0800
Subject: [PATCH] changeorg

---
 force-app/main/default/lwc/customAccountUrlComp/customAccountUrlComp.js |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/force-app/main/default/lwc/customAccountUrlComp/customAccountUrlComp.js b/force-app/main/default/lwc/customAccountUrlComp/customAccountUrlComp.js
index 93504a2..f7c9bad 100644
--- a/force-app/main/default/lwc/customAccountUrlComp/customAccountUrlComp.js
+++ b/force-app/main/default/lwc/customAccountUrlComp/customAccountUrlComp.js
@@ -1,15 +1,15 @@
-import { LightningElement, api } from "lwc";
+import { LightningElement, api } from 'lwc';
 
 export default class CustomAccountUrlComp extends LightningElement {
-  @api accountName;
-  @api accountUrl;
-  @api isDisable;
+    @api accountName;
+    @api accountUrl;
+    @api isDisable;
 
-  connectedCallback() {
-    console.log("zhj");
-    console.log("杩涘叆CustomAccountUrlComp");
-    console.log("accountName = " + this.accountName);
-    console.log("accountUrl = " + this.accountUrl);
-    console.log("isDisable = " + this.isDisable);
-  }
+    connectedCallback() {
+        console.log('zhj');
+        console.log('杩涘叆CustomAccountUrlComp');
+        console.log('accountName = ' + this.accountName);
+        console.log('accountUrl = ' + this.accountUrl);
+        console.log('isDisable = ' + this.isDisable);
+    }
 }

--
Gitblit v1.9.1