rkljw 8 bulan lalu
induk
melakukan
3cf280b7c4
3 mengubah file dengan 118 tambahan dan 118 penghapusan
  1. 113 113
      package-lock.json
  2. 4 4
      src/utils/config.js
  3. 1 1
      vue.config.js

File diff ditekan karena terlalu besar
+ 113 - 113
package-lock.json


+ 4 - 4
src/utils/config.js

@@ -8,19 +8,19 @@ export let phpAdmin
 console.log('判断接口地址',process.env.NODE_ENV, process.env)
 if (process.env.NODE_ENV) {
     if (process.env.VUE_APP_FLAG == 'development') {
-        reqSmbUrl = 'http://192.168.31.193:9501'
+        reqSmbUrl = 'http://192.168.1.102:9501'
         appKey = 'cpj2xarlcmmpn'
        
     } else if (process.env.VUE_APP_FLAG == 'test') {
-        reqSmbUrl = 'http://192.168.31.193:9501'
+        reqSmbUrl = 'http://192.168.1.102:9501'
         appKey = 'cpj2xarlcmmpn'
        
     } else if (process.env.VUE_APP_FLAG == 'uat') {
-        reqSmbUrl = 'http://192.168.31.193:9501'
+        reqSmbUrl = 'http://192.168.1.102:9501'
         appKey = 'pkfcgjstp8zy8'
         
     } else if (process.env.VUE_APP_FLAG == 'testsec') {
-        reqSmbUrl = 'http://192.168.31.193:9501'
+        reqSmbUrl = 'http://192.168.1.102:9501'
         appKey = 'cpj2xarlcmmpn'
         
     } else if (process.env.VUE_APP_FLAG == 'prod') {

+ 1 - 1
vue.config.js

@@ -3,7 +3,7 @@ const path = require("path")
 module.exports = {
   publicPath: '/',
   devServer: {
-    host: '192.168.31.6',
+    host: '192.168.1.102',
     port: 8099,
     // allowedHosts: [
     //   '192.168.131.193:9501'

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini