|
@@ -17,6 +17,7 @@ import MyPrize from './dynamic/myPrize.vue'
|
|
|
import { useRoute } from 'vue-router'
|
|
|
|
|
|
const mode = import.meta.env.VITE_NODE_ENV
|
|
|
+console.log(import.meta.env.VITE_NODE_ENV, '当前环境变量===========')
|
|
|
const tab = ref(0)
|
|
|
const items = shallowRef(mode === 'production' ? [
|
|
|
{ label: '余额充值、购买会员订单', value: 0, path: RechargeVipOrder }
|