Explorar el Código

替换正式服域名

Mike hace 3 años
padre
commit
77cc2322fc

BIN
mini/pages/account/out.png


+ 1 - 1
mini/pages/index/index.wxml

xqd
@@ -40,7 +40,7 @@
       <view class="sg-item sg-index-card sg-shadow sg-pad sg-margin-top-sm" style="border-radius: 16rpx;"
         wx:for="{{list}}" wx:key="index" data-id="{{item.id}}" bindtap="navigate"
         data-url="/pages/project/index?id={{item.id}}">
-        <image class="sg-img" style="border-radius: 16rpx;" mode="widthFix" src="https://t18.9026.com/mini/test.png">
+        <image class="sg-img" style="border-radius: 16rpx;" mode="widthFix" src="https://rt2.swdz.com/mini/test.png">
         </image>
         <view class="sg-right">
           <view class="">

+ 3 - 3
mini/pages/login/index.wxml

xqd xqd xqd
@@ -29,7 +29,7 @@
       </block>
       <block wx:elif="{{ type == 'wechat' }}">
         <van-button type="primary" block="true" round="true" custom-class="sg-margin-top sg-shadow"
-        bind:getphonenumber="getUserInfo" icon="http://t18.9026.com/mini/wechat2.png" open-type="getPhoneNumber">微信账号快捷登录</van-button>
+        bind:getphonenumber="getUserInfo" icon="http://rt2.swdz.com/mini/wechat2.png" open-type="getPhoneNumber">微信账号快捷登录</van-button>
           <van-button type="info" block="true" round="true" color="#195ED7" custom-class="sg-margin-top sg-shadow" bindtap="switchType" data-type="mobile">返回手机登录</van-button>
       </block>
       <block wx:if="{{ type == 'mobile' }}">
@@ -38,7 +38,7 @@
       <block wx:if="{{ type == 'mobile' }}">
         <van-divider contentPosition="center">其他登录方式</van-divider>
         <view class="sg-third-box">
-          <image src="http://t18.9026.com/mini/wechat.png" class="sg-wechat-img" mode="widthFix" bindtap="switchType"
+          <image src="http://rt2.swdz.com/mini/wechat.png" class="sg-wechat-img" mode="widthFix" bindtap="switchType"
             data-type="wechat"></image>
         </view>
       </block>
@@ -51,5 +51,5 @@
       </block>
     </view>
   </view>
-  <image src="http://t18.9026.com/mini/login-bg.png" mode="widthFix" class="sg-bg"></image>
+  <image src="http://rt2.swdz.com/mini/login-bg.png" mode="widthFix" class="sg-bg"></image>
 </view>

+ 10 - 10
mini/pages/project/index.js

xqd
@@ -12,56 +12,56 @@ Page({
     id: -1,
     userInfo: {},
     device_rent_menus: [{
-      img: 'http://t18.9026.com/mini/create-order.png',
+      img: 'http://rt2.swdz.com/mini/create-order.png',
       title: '创建订单',
       desc: '创建外部设备租赁订单',
       url: '/pages/create-order/index',
       hidden: true
     }, {
-      img: 'http://t18.9026.com/mini/rent-check.png',
+      img: 'http://rt2.swdz.com/mini/rent-check.png',
       title: '租赁审核',
       desc: '设备租赁订单审核',
       url: '/pages/order/index?type=check'
     }, {
-      img: 'http://t18.9026.com/mini/error-handle.png',
+      img: 'http://rt2.swdz.com/mini/error-handle.png',
       title: '异常处理',
       desc: '订单流程变更审核处理',
       url: '/pages/order/index?index=4&type=abnormal'
     }, {
-      img: 'http://t18.9026.com/mini/all-order.png',
+      img: 'http://rt2.swdz.com/mini/all-order.png',
       title: '所有订单',
       desc: '查看全部设备租赁订单',
       url: '/pages/order/index'
     }],
     device_use_menus: [{
-      img: 'http://t18.9026.com/mini/use-apply.png',
+      img: 'http://rt2.swdz.com/mini/use-apply.png',
       title: '调用申请',
       desc: '机电负责人调用设备',
       url: '/pages/create-order-inner/index',
       hidden: true
     }, {
-      img: 'http://t18.9026.com/mini/rent-check.png',
+      img: 'http://rt2.swdz.com/mini/rent-check.png',
       title: '调用审核',
       desc: '设备调用订单审核',
       url: '/pages/order-inner/index?type=check'
     }, {
-      img: 'http://t18.9026.com/mini/error-handle.png',
+      img: 'http://rt2.swdz.com/mini/error-handle.png',
       title: '异常处理',
       desc: '订单流程变更审核处理',
       url: '/pages/order-inner/index?index=4&type=abnormal'
     }, {
-      img: 'http://t18.9026.com/mini/all-order.png',
+      img: 'http://rt2.swdz.com/mini/all-order.png',
       title: '所有订单',
       desc: '查看全部设备调用订单',
       url: '/pages/order-inner/index'
     }],
     device_depot_menus: [{
-      img: 'http://t18.9026.com/mini/all-order.png',
+      img: 'http://rt2.swdz.com/mini/all-order.png',
       title: '所有设备',
       desc: '查看仓库所有设备',
       url: '/pages/device-inner/index'
     }, {
-      img: 'http://t18.9026.com/mini/rent-check.png',
+      img: 'http://rt2.swdz.com/mini/rent-check.png',
       title: '维修上报',
       desc: '设备维修上报',
       url: '/pages/repair/index'

+ 69 - 66
mini/project.config.json

xqd
@@ -1,72 +1,75 @@
 {
-  "description": "项目配置文件",
-  "packOptions": {
-    "ignore": []
-  },
-  "setting": {
-    "urlCheck": true,
-    "es6": true,
-    "enhance": false,
-    "postcss": true,
-    "preloadBackgroundData": false,
-    "minified": true,
-    "newFeature": false,
-    "coverView": true,
-    "nodeModules": true,
-    "autoAudits": false,
-    "showShadowRootInWxmlPanel": true,
-    "scopeDataCheck": false,
-    "uglifyFileName": false,
-    "checkInvalidKey": true,
-    "checkSiteMap": true,
-    "uploadWithSourceMap": true,
-    "compileHotReLoad": false,
-    "useMultiFrameRuntime": true,
-    "useApiHook": true,
-    "useApiHostProcess": false,
-    "babelSetting": {
-      "ignore": [],
-      "disablePlugins": [],
-      "outputPath": ""
+    "description": "项目配置文件",
+    "packOptions": {
+        "ignore": []
     },
-    "enableEngineNative": false,
-    "useIsolateContext": true,
-    "useCompilerModule": true,
-    "userConfirmedUseCompilerModuleSwitch": false,
-    "userConfirmedBundleSwitch": false,
-    "packNpmManually": false,
-    "packNpmRelationList": [],
-    "minifyWXSS": true
-  },
-  "compileType": "miniprogram",
-  "libVersion": "2.14.0",
-  "appid": "wx91d43ffa93b78d6e",
-  "projectname": "mini",
-  "debugOptions": {
-    "hidedInDevtools": []
-  },
-  "scripts": {},
-  "isGameTourist": false,
-  "simulatorType": "wechat",
-  "simulatorPluginLibVersion": {},
-  "condition": {
-    "search": {
-      "list": []
+    "setting": {
+        "urlCheck": true,
+        "es6": true,
+        "enhance": false,
+        "postcss": true,
+        "preloadBackgroundData": false,
+        "minified": true,
+        "newFeature": false,
+        "coverView": true,
+        "nodeModules": true,
+        "autoAudits": false,
+        "showShadowRootInWxmlPanel": true,
+        "scopeDataCheck": false,
+        "uglifyFileName": false,
+        "checkInvalidKey": true,
+        "checkSiteMap": true,
+        "uploadWithSourceMap": true,
+        "compileHotReLoad": false,
+        "lazyloadPlaceholderEnable": false,
+        "useMultiFrameRuntime": true,
+        "useApiHook": true,
+        "useApiHostProcess": true,
+        "babelSetting": {
+            "ignore": [],
+            "disablePlugins": [],
+            "outputPath": ""
+        },
+        "enableEngineNative": false,
+        "useIsolateContext": true,
+        "userConfirmedBundleSwitch": false,
+        "packNpmManually": false,
+        "packNpmRelationList": [],
+        "minifyWXSS": true,
+        "disableUseStrict": false,
+        "showES6CompileOption": false,
+        "useCompilerPlugins": false,
+        "minifyWXML": true
     },
-    "conversation": {
-      "list": []
+    "compileType": "miniprogram",
+    "libVersion": "2.14.0",
+    "appid": "wx91d43ffa93b78d6e",
+    "projectname": "%E4%B8%AD%E9%93%81%E4%BA%8C%E5%B1%80",
+    "debugOptions": {
+        "hidedInDevtools": []
     },
-    "game": {
-      "list": []
-    },
-    "plugin": {
-      "list": []
-    },
-    "gamePlugin": {
-      "list": []
-    },
-    "miniprogram": {
-      "list": []
+    "scripts": {},
+    "isGameTourist": false,
+    "simulatorType": "wechat",
+    "simulatorPluginLibVersion": {},
+    "condition": {
+        "search": {
+            "list": []
+        },
+        "conversation": {
+            "list": []
+        },
+        "game": {
+            "list": []
+        },
+        "plugin": {
+            "list": []
+        },
+        "gamePlugin": {
+            "list": []
+        },
+        "miniprogram": {
+            "list": []
+        }
     }
-  }
 }