linwenxin 1 éve
szülő
commit
e2526bbac1
2 módosított fájl, 17 hozzáadás és 16 törlés
  1. 9 10
      .env.production
  2. 8 6
      src/views/mallManagement/setActivity/index.vue

+ 9 - 10
.env.production

@@ -1,17 +1,16 @@
 NODE_ENV = production
-
-# just a flag
 ENV = 'production'
 VUE_APP_ENV = 'production'
-
-#base
 VUE_APP_BASE = 'https://sxb.zfire.top'
-
 VUE_APP_BASE_OSS = 'https://zf-mall.oss-cn-shenzhen.aliyuncs.com/'
-
-# base api
 VUE_APP_BASE_API = 'https://sxb.zfire.top/zfapi/'
 
-# appid agentid
-VUE_APP_PUBLIC_APPID = 'ww62ea04d5c904dc4a'
-VUE_APP_PUBLIC_AGENTID = '1000018'
+
+# # 独立部署配置
+# NODE_ENV = production
+# ENV = 'production'
+# VUE_APP_ENV = 'production'
+# VUE_APP_BASE = 'https://jxgree.zfire.top'
+# VUE_APP_BASE_OSS = 'https://zf-mall-jx.oss-cn-shenzhen.aliyuncs.com/'
+# VUE_APP_BASE_API = 'https://jxgree.zfire.top/zfapi/'
+

+ 8 - 6
src/views/mallManagement/setActivity/index.vue

@@ -497,9 +497,10 @@ export default {
           click: ({ row, index, column }) => {
             this.$router.push({
               name: "activityOrder",
-              query: {
-                type: "detail",
-                id: row.id,
+              params: {
+                pageName: row.id,
+                pageType: 'detail',
+                pageCode: row.id,
               },
             })
           }
@@ -508,9 +509,10 @@ export default {
           click: ({ row, index, column }) => {
             this.$router.push({
               name: "activityOrder",
-              query: {
-                type: "list",
-                id: row.id,
+              params: {
+                pageName: row.id,
+                pageType: 'list',
+                pageCode: row.id,
               },
             })
           }