diff --git a/config/app.js b/config/app.js index 5040607..bb61008 100644 --- a/config/app.js +++ b/config/app.js @@ -8,7 +8,7 @@ let env = "prod" switch(env){ case 'prod': BASE_URL = 'https://erp.lihaink.cn';break; case 'test': BASE_URL = 'https://ceshi-erp.lihaink.cn';break; - default: BASE_URL = 'http://192.168.1.15:8546'; + default: BASE_URL = 'http://192.168.1.10:8546'; } let HTTP_REQUEST_URL diff --git a/pages.json b/pages.json index 41adc30..6cdb8e9 100644 --- a/pages.json +++ b/pages.json @@ -45,6 +45,14 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, + { + "path" : "pages/code/code", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false + } } ], diff --git a/pages/code/code.vue b/pages/code/code.vue new file mode 100644 index 0000000..ae833a3 --- /dev/null +++ b/pages/code/code.vue @@ -0,0 +1,31 @@ + + + + + diff --git a/pages/login/login.vue b/pages/login/login.vue index bdbf65a..2d8740f 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -1,97 +1,109 @@