浏览代码

优化修改

zjs_project 1 年之前
父节点
当前提交
8bf74de868

+ 1 - 1
src/App.vue

@@ -43,7 +43,7 @@
 		},
 		created() {
 			let userId = this.$route.query.leavePhoneCustomerId ? this.$route.query.leavePhoneCustomerId : '129130';
-			let xcxHouseId = this.$route.query.xcxHouseId ? this.$route.query.xcxHouseId : '11121';
+			let xcxHouseId = this.$route.query.xcxHouseId ? this.$route.query.xcxHouseId : $config.xcxHouseId;
 			if (userId) { //如果存在用户id
 				this.$store.dispatch('setUserId', userId);
 			}

+ 1 - 1
src/router/index.js

@@ -10,7 +10,7 @@ import webgl_rxdz_customize from '@/pages/webgl_rxdz_customize/webgl_rxdz_custom
 
 Vue.use(Router)
 const router = new Router({
-    mode: 'history',
+    mode: 'hash',
     routes: [
         // 页面初始化
         {

+ 19 - 11
src/services/urlConfig.js

@@ -3,6 +3,7 @@ var config = function(env) {
     if (env === 'test') {
         WEB_CONF = {
 			brandId: 94,
+			xcxHouseId: '100296',
             miniAppUrl: 'https://h5test.elab-plus.com/',
             zipUrl: 'http://139.196.5.59:5307',
             uploadUrl: 'http://101.132.138.87:5555', //文件上传
@@ -27,6 +28,7 @@ var config = function(env) {
     } else if (env === 'test2') {
         WEB_CONF = {
 			brandId: 94,
+			xcxHouseId: '100296',
             miniAppUrl: 'https://h5test.elab-plus.com/',
             zipUrl: 'http://139.196.5.59:5307',
             uploadUrl: 'http://106.14.187.241:5555', //文件上传
@@ -51,6 +53,7 @@ var config = function(env) {
     } else if (env === 'test3') {
         WEB_CONF = {
 			brandId: 94,
+			xcxHouseId: '100296',
             miniAppUrl: 'https://h5test.elab-plus.com/',
             zipUrl: 'http://139.196.5.59:5307',
             uploadUrl: 'http://106.14.187.241:5555', //文件上传
@@ -75,6 +78,7 @@ var config = function(env) {
     } else if (env === 'test4') {
         WEB_CONF = {
 			brandId: 94,
+			xcxHouseId: '100296',
             miniAppUrl: 'https://h5test.elab-plus.com/',
             zipUrl: 'http://139.196.5.59:5307',
             uploadUrl: 'http://106.14.187.241:5555', //文件上传
@@ -99,6 +103,7 @@ var config = function(env) {
     } else if (env === 'dev') {
         WEB_CONF = {
 			brandId: 94,
+			xcxHouseId: '100296',
             miniAppUrl: 'http://h5test.elab-plus.com/',
             zipUrl: 'http://139.196.5.59:5307',
             uploadUrl: 'http://192.168.50.104:5555', //文件上传
@@ -123,6 +128,7 @@ var config = function(env) {
     } else if (env === 'uat') {
         WEB_CONF = {
 			brandId: 94,
+			xcxHouseId: '11121',
             miniAppUrl: 'https://mng-uat.elaber.cn/',
             uploadUrl: 'https://api-uat.elaber.cn', //文件上传地址
             api_url: 'https://api-uat.elaber.cn/', //堡垒 接口地址https://dm.static.elab-plus.com/Kq3t1c3IDV.txt
@@ -146,6 +152,7 @@ var config = function(env) {
     } else if (env === 'uat3') {
         WEB_CONF = {
 			brandId: 94,
+			xcxHouseId: '11121',
             miniAppUrl: 'https://mng-uat3.elaber.cn/',
             uploadUrl: 'https://api-uat3.elaber.cn', //文件上传地址
             api_url: 'https://api-uat3.elaber.cn/', //堡垒 接口地址https://dm.static.elab-plus.com/Kq3t1c3IDV.txt
@@ -168,21 +175,22 @@ var config = function(env) {
         }
     } else if (env === 'production') {
         WEB_CONF = {
-			brandId: 110,
+			brandId: 109,
             miniAppUrl: 'https://dm-mng.elab-plus.com.cn/',
             uploadUrl: 'https://dm-api.elab-plus.cn', //文件上传
             api_url: 'https://dm-api.elab-plus.cn/', //接口地址
             redirect_uri: 'http://city.1949plus.com', // 授权回调地址
-            themeColor1: '#FFD09F',
-            themeColor2: '#FFAD5C',
-            themeColor3: '#EF863F',
-            themeColor4: '#FFDF80',
-            themeColor5: '#848EFF',
-            themeColor6: '#76BCFF',
-            themeColor7: '#85FDF0',
-            themeColor8: '#FFEDB9',
-            themeColor9: '#FFFFFF',
-            themeColor10: '#000000',
+			xcxHouseId: '11121',
+            themeColor1: '#7AB47C',
+            themeColor2: '#A7CE80',
+            themeColor3: '#EEFFE6',
+            themeColor4: '#F8F8F8',
+            themeColor5: 'rgba(122, 180, 124, 0.5)',
+            themeColor6: 'rgba(122, 180, 124, 0.2)',
+            themeColor7: 'rgba(220, 252, 168, 0.5)',
+            themeColor8: 'rgba(220, 252, 168, 0.2)',
+            themeColor9: '#292D33',
+            themeColor10: '#FFFFFF',
             themeColor11: '#B4FACB',
             themeColor12: '#4D7B5C',
             clientId:'1112009742',

文件差异内容过多而无法显示
+ 1 - 18
webgl/index.html


二进制
webgl/static/fonts/iconfont.962990fe.woff


二进制
webgl/static/fonts/iconfont.96f2aa87.ttf


二进制
webgl/static/fonts/iconfont.9e5bae0e.woff2


文件差异内容过多而无法显示
+ 0 - 1595
webgl/static/js/app.js


文件差异内容过多而无法显示
+ 0 - 8275
webgl/static/js/chunk-vendors.js