|
@@ -1,7 +1,11 @@
|
|
|
const node_dev = process.env.H_NODE_ENV;
|
|
|
//运行到浏览器用的
|
|
|
-let baseUrl='https://wx.hw.hongweisoft.com/parking/inspection';
|
|
|
-let upFileUrl='https://wx.hw.hongweisoft.com/ycpharmacy/file/upload/single/minio';
|
|
|
+// 64
|
|
|
+// let baseUrl='https://wx.hw.hongweisoft.com/parking/inspection';
|
|
|
+// let upFileUrl='https://wx.hw.hongweisoft.com/ycpharmacy/file/upload/single/minio';
|
|
|
+// 正式
|
|
|
+let baseUrl='https://parking.pdzhtc.com/inspection';
|
|
|
+let upFileUrl='https://parking.pdzhtc.com/file/tencent/upload';
|
|
|
//打包用的
|
|
|
if (node_dev) {
|
|
|
baseUrl = process.env.H_BASE_URL;
|