Skip to content

Commit 6929530

Browse files
committed
build app
1 parent 00265f9 commit 6929530

File tree

5 files changed

+27
-13
lines changed

5 files changed

+27
-13
lines changed

build-profile.json5

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"app": {
3-
"signingConfigs": [],
3+
"signingConfigs": [
4+
{
5+
"name": "default",
6+
"type": "HarmonyOS",
7+
"material": {
8+
"storePassword": "0000001C901BD9086732B7D5C681B616FA9228AE4886B8507C238E4897E61F09D4BE8BEB0FC9B68963FA9241",
9+
"certpath": "C:/Users/21083/LXZS.cer",
10+
"keyAlias": "LXZS",
11+
"keyPassword": "0000001CADDE0BFCE73D3B04FCCC02F23692A5FFEB1460705D2F6B7B03D2663BFCBE7410F79FBADEA5B9F5CA",
12+
"profile": "C:/Users/21083/LXZSRelease.p7b",
13+
"signAlg": "SHA256withECDSA",
14+
"storeFile": "C:/Users/21083/release.p12"
15+
}
16+
}
17+
],
418
"compileSdkVersion": 9,
519
"compatibleSdkVersion": 9,
620
"products": [

entry/oh-package.json5

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2+
"license": "",
3+
"devDependencies": {},
4+
"author": "",
25
"name": "entry",
3-
"version": "1.0.0",
46
"description": "Please describe the basic information.",
57
"main": "",
6-
"author": "",
7-
"license": "",
8+
"version": "1.0.0",
89
"dependencies": {}
910
}
10-

entry/src/main/ets/http/Axios.ets

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import promptAction from '@ohos.promptAction';
33

44
// 创建axios实例
55
export const instance = axios.create({
6-
baseURL: 'http://192.168.43.242:3000',
6+
baseURL: 'http://10.181.92.198:3000',
77
timeout: 1000
88
})
99

-40.1 KB
Binary file not shown.

oh-package.json5

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2+
"license": "",
3+
"devDependencies": {
4+
"@ohos/hypium": "1.0.6"
5+
},
6+
"author": "",
27
"name": "englishpractice",
3-
"version": "1.0.0",
48
"description": "Please describe the basic information.",
59
"main": "",
6-
"author": "",
7-
"license": "",
10+
"version": "1.0.0",
811
"dependencies": {
912
"@ohos/axios": "^2.2.0"
10-
},
11-
"devDependencies": {
12-
"@ohos/hypium": "1.0.6"
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)