Skip to content

Commit 99be777

Browse files
committed
测试
1 parent 72ca3ff commit 99be777

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

my-project-vue2/src/api/http.api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//api集合
22
let apiApp = {
3-
getInfo: '/api/getInfo',
4-
postInfo: '/api/postInfo'
3+
getInfo: '/getInfo',
4+
postInfo: '/postInfo'
55
}
66
// 此处第二个参数vm,就是我们在页面使用的this,你可以通过vm获取vuex等操作
77
const install = (Vue, vm) => {

my-project-vue2/src/pages.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
{
77
"path": "pages/home/index",
88
"style": {
9-
"navigationBarTitleText": "uni-app"
9+
"navigationBarTitleText": "uni-app",
10+
"navigationStyle": "custom"
1011
}
1112
},
1213
{
1314
"path": "pages/user/index",
1415
"style": {
15-
"navigationStyle": "custom"
16+
"navigationBarTitleText": "uni-app-user"
1617
}
1718
}
1819
],

0 commit comments

Comments
 (0)