Browse Source

关闭文档地址

release
lijun 7 months ago
parent
commit
59c372cd3e
  1. 4
      .env
  2. 2
      .env.dev
  3. 2
      src/views/bpm/oa/leave/index.vue
  4. 2
      src/views/mall/home/index.vue
  5. 2
      src/views/mall/product/brand/index.vue
  6. 2
      src/views/mall/product/category/index.vue
  7. 2
      src/views/mall/product/comment/index.vue
  8. 2
      src/views/mall/product/property/index.vue
  9. 2
      src/views/mall/product/spu/index.vue
  10. 4
      src/views/mall/trade/config/index.vue
  11. 2
      src/views/pay/app/index.vue
  12. 2
      src/views/pay/notify/index.vue
  13. 4
      src/views/pay/order/index.vue
  14. 2
      src/views/pay/refund/index.vue

4
.env

@ -14,12 +14,12 @@ VITE_APP_TENANT_ENABLE=true
VITE_APP_CAPTCHA_ENABLE=true VITE_APP_CAPTCHA_ENABLE=true
# 文档地址的开关 # 文档地址的开关
VITE_APP_DOCALERT_ENABLE=true
VITE_APP_DOCALERT_ENABLE=false
# 百度统计 # 百度统计
VITE_APP_BAIDU_CODE = a1ff8825baa73c3a78eb96aa40325abc VITE_APP_BAIDU_CODE = a1ff8825baa73c3a78eb96aa40325abc
# 默认账户密码 # 默认账户密码
VITE_APP_DEFAULT_LOGIN_TENANT = 芋道源码
VITE_APP_DEFAULT_LOGIN_TENANT = 惠军智慧商城
VITE_APP_DEFAULT_LOGIN_USERNAME = admin VITE_APP_DEFAULT_LOGIN_USERNAME = admin
VITE_APP_DEFAULT_LOGIN_PASSWORD = admin123 VITE_APP_DEFAULT_LOGIN_PASSWORD = admin123

2
.env.dev

@ -19,7 +19,7 @@ VITE_DROP_DEBUGGER=false
VITE_DROP_CONSOLE=false VITE_DROP_CONSOLE=false
# 是否sourcemap # 是否sourcemap
VITE_SOURCEMAP=true
VITE_SOURCEMAP=false
# 打包路径 # 打包路径
VITE_BASE_PATH=/ VITE_BASE_PATH=/

2
src/views/bpm/oa/leave/index.vue

@ -1,5 +1,5 @@
<template> <template>
<!-- <doc-alert title="审批接入(业务表单)" url="https://doc.iocoder.cn/bpm/use-business-form/" /> -->
<doc-alert title="审批接入(业务表单)" url="https://doc.iocoder.cn/bpm/use-business-form/" />
<ContentWrap> <ContentWrap>
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->

2
src/views/mall/home/index.vue

@ -1,5 +1,5 @@
<template> <template>
<!-- <doc-alert title="商城手册(功能开启)" url="https://doc.iocoder.cn/mall/build/" /> -->
<doc-alert title="商城手册(功能开启)" url="https://doc.iocoder.cn/mall/build/" />
<div class="flex flex-col"> <div class="flex flex-col">
<!-- 数据对照 --> <!-- 数据对照 -->

2
src/views/mall/product/brand/index.vue

@ -1,5 +1,5 @@
<template> <template>
<!-- <doc-alert title="商城手册(功能开启)" url="https://doc.iocoder.cn/mall/build/" /> -->
<doc-alert title="商城手册(功能开启)" url="https://doc.iocoder.cn/mall/build/" />
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<ContentWrap> <ContentWrap>

2
src/views/mall/product/category/index.vue

@ -1,5 +1,5 @@
<template> <template>
<!-- <doc-alert title="【商品】商品分类" url="https://doc.iocoder.cn/mall/product-category/" /> -->
<doc-alert title="【商品】商品分类" url="https://doc.iocoder.cn/mall/product-category/" />
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<ContentWrap> <ContentWrap>

2
src/views/mall/product/comment/index.vue

@ -1,5 +1,5 @@
<template> <template>
<!-- <doc-alert title="【商品】商品评价" url="https://doc.iocoder.cn/mall/product-comment/" /> -->
<doc-alert title="【商品】商品评价" url="https://doc.iocoder.cn/mall/product-comment/" />
<ContentWrap> <ContentWrap>
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->

2
src/views/mall/product/property/index.vue

@ -1,5 +1,5 @@
<template> <template>
<!-- <doc-alert title="【商品】商品属性" url="https://doc.iocoder.cn/mall/product-property/" /> -->
<doc-alert title="【商品】商品属性" url="https://doc.iocoder.cn/mall/product-property/" />
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<ContentWrap> <ContentWrap>

2
src/views/mall/product/spu/index.vue

@ -1,6 +1,6 @@
<!-- 商品中心 - 商品列表 --> <!-- 商品中心 - 商品列表 -->
<template> <template>
<!-- <doc-alert title="【商品】商品 SPU 与 SKU" url="https://doc.iocoder.cn/mall/product-spu-sku/" /> -->
<doc-alert title="【商品】商品 SPU 与 SKU" url="https://doc.iocoder.cn/mall/product-spu-sku/" />
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<ContentWrap> <ContentWrap>

4
src/views/mall/trade/config/index.vue

@ -1,6 +1,6 @@
<template> <template>
<!-- <doc-alert title="【交易】交易订单" url="https://doc.iocoder.cn/mall/trade-order/" />
<doc-alert title="【交易】购物车" url="https://doc.iocoder.cn/mall/trade-cart/" /> -->
<doc-alert title="【交易】交易订单" url="https://doc.iocoder.cn/mall/trade-order/" />
<doc-alert title="【交易】购物车" url="https://doc.iocoder.cn/mall/trade-cart/" />
<ContentWrap> <ContentWrap>
<el-form <el-form

2
src/views/pay/app/index.vue

@ -1,5 +1,5 @@
<template> <template>
<!-- <doc-alert title="支付功能开启" url="https://doc.iocoder.cn/pay/build/" /> -->
<doc-alert title="支付功能开启" url="https://doc.iocoder.cn/pay/build/" />
<!-- 搜索 --> <!-- 搜索 -->
<ContentWrap> <ContentWrap>
<el-form <el-form

2
src/views/pay/notify/index.vue

@ -1,5 +1,5 @@
<template> <template>
<!-- <doc-alert title="支付功能开启" url="https://doc.iocoder.cn/pay/build/" /> -->
<doc-alert title="支付功能开启" url="https://doc.iocoder.cn/pay/build/" />
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<ContentWrap> <ContentWrap>

4
src/views/pay/order/index.vue

@ -1,7 +1,7 @@
<template> <template>
<!-- <doc-alert title="支付宝支付接入" url="https://doc.iocoder.cn/pay/alipay-pay-demo/" />
<doc-alert title="支付宝支付接入" url="https://doc.iocoder.cn/pay/alipay-pay-demo/" />
<doc-alert title="微信公众号支付接入" url="https://doc.iocoder.cn/pay/wx-pub-pay-demo/" /> <doc-alert title="微信公众号支付接入" url="https://doc.iocoder.cn/pay/wx-pub-pay-demo/" />
<doc-alert title="微信小程序支付接入" url="https://doc.iocoder.cn/pay/wx-lite-pay-demo/" /> -->
<doc-alert title="微信小程序支付接入" url="https://doc.iocoder.cn/pay/wx-lite-pay-demo/" />
<ContentWrap> <ContentWrap>
<el-form <el-form

2
src/views/pay/refund/index.vue

@ -1,5 +1,5 @@
<template> <template>
<!-- <doc-alert title="支付宝、微信退款接入" url="https://doc.iocoder.cn/pay/refund-demo/" /> -->
<doc-alert title="支付宝、微信退款接入" url="https://doc.iocoder.cn/pay/refund-demo/" />
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<ContentWrap> <ContentWrap>

Loading…
Cancel
Save