We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ca3ff commit 99be777Copy full SHA for 99be777
my-project-vue2/src/api/http.api.js
@@ -1,7 +1,7 @@
1
//api集合
2
let apiApp = {
3
- getInfo: '/api/getInfo',
4
- postInfo: '/api/postInfo'
+ getInfo: '/getInfo',
+ postInfo: '/postInfo'
5
}
6
// 此处第二个参数vm,就是我们在页面使用的this,你可以通过vm获取vuex等操作
7
const install = (Vue, vm) => {
my-project-vue2/src/pages.json
@@ -6,13 +6,14 @@
{
"path": "pages/home/index",
8
"style": {
9
- "navigationBarTitleText": "uni-app"
+ "navigationBarTitleText": "uni-app",
10
+ "navigationStyle": "custom"
11
12
},
13
14
"path": "pages/user/index",
15
- "navigationStyle": "custom"
16
+ "navigationBarTitleText": "uni-app-user"
17
18
19
],
0 commit comments