diff --git a/manifest.json b/manifest.json index b7e1616..a21c9c4 100644 --- a/manifest.json +++ b/manifest.json @@ -170,7 +170,7 @@ "proxy" : { // 可代理多个 "/TencentGet" : { - "target" : "https://apis.map.qq.com/ws/geocoder/v1/", // 腾讯地图逆地址解析 + "target" : "http://sauser.blxinchuang.com/", // 腾讯地图逆地址解析 "changeOrigin" : true, "secure" : false, "pathRewrite" : { @@ -189,7 +189,7 @@ } }, // "serviceHost" : "http://192.168.2.222:8187/_AMapService" - // "serviceHost" : "http://47.75.182.93:8090/_AMapService" + // "serviceHost" : "http://120.46.52.165/_AMapService" "template" : "index.html" } } diff --git a/my/address/address.vue b/my/address/address.vue index b29e4cd..d718b5a 100644 --- a/my/address/address.vue +++ b/my/address/address.vue @@ -18,7 +18,7 @@ - + @@ -170,21 +187,25 @@ } diff --git a/uni_modules/uni-number-box/package.json b/uni_modules/uni-number-box/package.json new file mode 100644 index 0000000..4ac9047 --- /dev/null +++ b/uni_modules/uni-number-box/package.json @@ -0,0 +1,83 @@ +{ + "id": "uni-number-box", + "displayName": "uni-number-box 数字输入框", + "version": "1.2.8", + "description": "NumberBox 带加减按钮的数字输入框组件,用户可以控制每次点击增加的数值,支持小数。", + "keywords": [ + "uni-ui", + "uniui", + "数字输入框" +], + "repository": "https://github.com/dcloudio/uni-ui", + "engines": { + "HBuilderX": "" + }, + "directories": { + "example": "../../temps/example_temps" + }, +"dcloudext": { + "sale": { + "regular": { + "price": "0.00" + }, + "sourcecode": { + "price": "0.00" + } + }, + "contact": { + "qq": "" + }, + "declaration": { + "ads": "无", + "data": "无", + "permissions": "无" + }, + "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", + "type": "component-vue" + }, + "uni_modules": { + "dependencies": ["uni-scss"], + "encrypt": [], + "platforms": { + "cloud": { + "tcb": "y", + "aliyun": "y", + "alipay": "n" + }, + "client": { + "App": { + "app-vue": "y", + "app-nvue": "y" + }, + "H5-mobile": { + "Safari": "y", + "Android Browser": "y", + "微信浏览器(Android)": "y", + "QQ浏览器(Android)": "y" + }, + "H5-pc": { + "Chrome": "y", + "IE": "y", + "Edge": "y", + "Firefox": "y", + "Safari": "y" + }, + "小程序": { + "微信": "y", + "阿里": "y", + "百度": "y", + "字节跳动": "y", + "QQ": "y" + }, + "快应用": { + "华为": "u", + "联盟": "u" + }, + "Vue": { + "vue2": "y", + "vue3": "y" + } + } + } + } +} \ No newline at end of file diff --git a/uni_modules/uni-number-box/readme.md b/uni_modules/uni-number-box/readme.md new file mode 100644 index 0000000..affc56f --- /dev/null +++ b/uni_modules/uni-number-box/readme.md @@ -0,0 +1,13 @@ + + +## NumberBox 数字输入框 +> **组件名:uni-number-box** +> 代码块: `uNumberBox` + + +带加减按钮的数字输入框。 + +### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-number-box) +#### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入 uni-ui 交流群:871950839 + + diff --git a/uview-ui/libs/request/index.js b/uview-ui/libs/request/index.js index e0a53a7..5cc7341 100644 --- a/uview-ui/libs/request/index.js +++ b/uview-ui/libs/request/index.js @@ -102,8 +102,8 @@ class Request { constructor() { this.config = { // baseUrl: 'https://admin.sjajk.com/', // 请求的根域名//生产需替换 - // baseUrl: 'http://120.46.52.165/', // 请求的根域名 - baseUrl: 'http://192.168.2.222:8187/', + baseUrl: 'http://120.46.52.165/', // 请求的根域名 + // baseUrl: 'http://192.168.2.222:8187/', // baseUrl: 'http://47.75.182.93:8090/', // 默认的请求头 header: {},