diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8132520 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/unpackage + diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index b0e481e..81f13f4 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -4,7 +4,6 @@ "configurations": [{ "default" : { - "launchtype" : "local" }, "mp-weixin" : diff --git a/http/interface.js b/http/interface.js index 2f7474e..6fc39e3 100644 --- a/http/interface.js +++ b/http/interface.js @@ -4,7 +4,7 @@ */ export default { config: { - baseUrl: "https://stock.szjixun.cn", //"http://172.16.100.93:8017", //"http://192.168.88.175:9021",//'https://warehouse.szjixun.cn' + baseUrl: "https://warehouse.szjixun.cn", //"http://172.16.100.93:8017", //"http://192.168.88.175:9021",//测试 'https://warehouse.szjixun.cn' 正式 https://stock.szjixun.cn header: { "Content-Type": "application/json;charset=UTF-8", // 'Content-Type':'application/x-www-form-urlencoded' diff --git a/pages.json b/pages.json index c47b107..7687c38 100644 --- a/pages.json +++ b/pages.json @@ -5,7 +5,7 @@ "^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue" }, "pages": [ - + { "path": "pages/login/login", "style": { @@ -51,7 +51,7 @@ "style": { "navigationBarTitleText": "", "navigationStyle": "custom", - "enablePullDownRefresh": false + "enablePullDownRefresh": false } }, { diff --git a/pages/contract/index.vue b/pages/contract/index.vue index 42890ff..04a7ade 100644 --- a/pages/contract/index.vue +++ b/pages/contract/index.vue @@ -1,6 +1,6 @@