@dongkboy 6 місяців тому
батько
коміт
6617496410

+ 1 - 1
.env.production

@@ -18,7 +18,7 @@ VITE_GLOB_API_URL=/locallive-java
 #VITE_GLOB_API_URL=/locallive-pro-java
 #后台接口全路径地址(必填)
 #VITE_GLOB_DOMAIN_URL=https://life.baoxianzhanggui.com/locallive-pro-java
-VITE_GLOB_DOMAIN_URL=https://test.baoxianzhanggui.com/locallive-java
+VITE_GLOB_DOMAIN_URL=https://life.baoxianzhanggui.com/locallive-pro-java
 #VITE_GLOB_DOMAIN_URL=http://192.168.0.36:8080/jeecg-boot
 
 # 接口父路径前缀

+ 0 - 3
src/views/couponCenter/couponManagement/store/businessType.ts

@@ -1,5 +1,4 @@
 import { defineStore } from 'pinia';
-import { categoryTree } from '@/views/operation/components/product.api';
 
 const businessType = defineStore('businessType', {
   state: () => ({
@@ -7,8 +6,6 @@ const businessType = defineStore('businessType', {
   }),
   actions: {
     async getBusinessTypeList() {
-      const res = await categoryTree({ pcode: 'C09', async: false });
-      this.businessTypeList = res || [];
     },
   },
 });

+ 14 - 0
src/views/organizationStructure/memberManagement/add.vue

@@ -0,0 +1,14 @@
+<!-- 模板区域 -->
+<template>
+<div>
+</div>
+</template>
+
+<!-- 行为区域 -->
+<script lang='ts' setup>
+import { ref,reactive } from 'vue'
+</script>
+<!-- 样式区域 -->
+<style lang='scss' scoped>
+
+</style>