From ebbe758df90e7049a859317c8055a7f81ca3422f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 08 五月 2025 16:17:01 +0800
Subject: [PATCH] 1.采购到货功能开发2.新增采购入库菜单、入库检验菜单
---
main.js | 22 ++++++++++++++++++++--
1 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/main.js b/main.js
index 90e595b..2cb36f0 100644
--- a/main.js
+++ b/main.js
@@ -18,12 +18,21 @@
...App
})
-Vue.prototype.$appVersion = 'v1.0.3' //APP褰撳墠鐗堟湰
+// Vue.prototype.$appVersion = 'v1.0.3' //APP褰撳墠鐗堟湰 //鍦f玻鐗堟湰
+Vue.prototype.$appVersion = 'v1.0.1' //APP褰撳墠鐗堟湰 //澶у矝鐗堟湰
// Vue.prototype.$baseUrl = 'http://121.196.36.24:8021/api' //鏈湴浜у搧 宸ㄥ姏鐨勬暟鎹簱
// Vue.prototype.$baseUrl = 'http://122.227.18.22:8000/api' //鏈湴浜у搧 宸ㄧ珛闃叉姢锛堝鎴峰湴鍧�锛�
// Vue.prototype.$baseUrl = 'http://121.196.36.24:8019/api' //
-Vue.prototype.$baseUrl = 'http://121.196.36.24:8032/api' //鍦f玻椤圭洰
+// Vue.prototype.$baseUrl = 'http://121.196.36.24:8032/api' //鍦f玻椤圭洰
// Vue.prototype.$baseUrl = 'http://192.168.2.254:8000/api' //鍦f玻椤圭洰 瀹㈡埛鐜板満瀹為檯鏈嶅姟鍣╥p
+
+// Vue.prototype.$baseUrl = 'http://121.196.36.24:8039/api' //澶у矝椤圭洰锛�2.0锛�
+// Vue.prototype.$baseUrl = 'http://192.168.2.138:8080/api' //澶у矝椤圭洰锛�2.0锛� 瀹㈡埛鐜板満瀹為檯鏈嶅姟鍣╥p
+
+
+Vue.prototype.$baseUrl = 'http://121.196.36.24:9090/api' //鏈�鏂颁骇鍝� 2025/5/8
+
+
Vue.prototype.$companyType = 'B' //浼佷笟绫诲瀷锛堥」鐩被鍨嬶級 A锛氬法鍔涳紝B锛氬湥娌o紝銆丅: 浜у搧
// A: http://121.196.36.24:8021/api http://122.227.18.22:8000/api
@@ -32,6 +41,15 @@
import global from '@/static/js/global.js'; //寮曞叆鑷畾涔夊叏灞� js鏂规硶
Vue.prototype.global = global;
+setTimeout(() => {
+ uni.getSystemInfo({
+ success: (res) => {
+ console.log(res, 9999)
+ Vue.prototype.$DeviceInformation = res
+ }
+ })
+}, 1000)
+
// 寮曞叆璇锋眰灏佽锛屽皢app鍙傛暟浼犻�掑埌閰嶇疆涓�
require('./config/request')(app)
--
Gitblit v1.9.3