diff --git a/bundle.json b/bundle.json index a3e2177e1a288e51da4f70ab8821e39ea4debaa0..b2423ed064bf82cc1f55514ceba386b652c110dc 100644 --- a/bundle.json +++ b/bundle.json @@ -11,7 +11,7 @@ "scripts": {}, "component": { "name": "auth_widget", - "subsystem": "useriam", + "subsystem": "applications", "syscap": [ "SystemCapability.UserIAM.UserAuth.Core" ], diff --git a/entry/src/main/ets/pages/Index.ets b/entry/src/main/ets/pages/Index.ets index 971e5a44501e308f27b133824772ca6f47858367..6dc224d1474e0246bdbaae4577492b9ddb0a4197 100644 --- a/entry/src/main/ets/pages/Index.ets +++ b/entry/src/main/ets/pages/Index.ets @@ -10,7 +10,7 @@ * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and - * limitations under the License. + * limitations under the License. test,test,test,test */ import screen from '@ohos.screen';