bill 5 năm trước cách đây
mục cha
commit
22c2043e36

+ 1 - 1
mobile/build/webpack.dev.conf.js

@@ -10,7 +10,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin')
 const FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin')
 const portfinder = require('portfinder')
 
-const HOST = '192.168.0.172'
+const HOST = '0.0.0.0'
 const PORT = process.env.PORT && Number(process.env.PORT)
 
 const devWebpackConfig = merge(baseWebpackConfig, {

+ 3 - 1
mobile/package.json

@@ -19,12 +19,14 @@
     "i": "^0.3.6",
     "js-base64": "^2.5.2",
     "js-cookie": "^2.2.0",
+    "jsonp": "^0.2.1",
     "luxy.js": "^0.1.0",
     "qqsdk": "^0.1.5",
     "three": "^0.102.1",
     "vue": "^2.5.2",
     "vue-awesome-swiper": "^3.1.3",
-    "vue-router": "^3.0.1"
+    "vue-router": "^3.0.1",
+    "weixin-js-sdk": "^1.6.0"
   },
   "devDependencies": {
     "autoprefixer": "^7.1.2",

+ 1 - 1
mobile/src/pages/service/temp/app.vue

@@ -14,7 +14,7 @@
               <p>{{sub}}</p>
             </div>
             <a class="app-btn"
-              :href="language==='en'?'https://www.4dkankan.com/app-downloaden.html':'https://www.4dkankan.com/app-download.html'"
+              :href="language==='en'?'https://eur.4dkankan.com/app-download.html':'https://www.4dkankan.com/app-download.html'"
             >{{language==='en'?'Download':'点击下载'}}</a>
           </div>
         </div>

+ 1 - 1
pc/build/webpack.dev.conf.js

@@ -10,7 +10,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin')
 const FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin')
 const portfinder = require('portfinder')
 
-const HOST = '192.168.0.172'
+const HOST = '0.0.0.0'
 const PORT = process.env.PORT && Number(process.env.PORT)
 
 const devWebpackConfig = merge(baseWebpackConfig, {