Browse Source

钱包管理

chenjj 3 months ago
parent
commit
9e9560caa7
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/views/finance/wallet/index.vue
  2. 2 2
      vite.config.js

+ 1 - 1
src/views/finance/wallet/index.vue

@@ -10,7 +10,7 @@
             </el-row>
         </div>
         <ListPage :column="listPageData.tableColumn" :tableApi="listPageData.tableApi" :isSelect="listPageData.isSelect"
-            :scopeBtns="listPageData.scopeBtns" :searchBtns="listPageData.searchBtns" ref="userTableRef" />
+            :scopeBtns="listPageData.scopeBtns" :searchBtns="listPageData.searchBtns" ref="userTableRef" :isScope="false"/>
     </div>
 </template>
 

+ 2 - 2
vite.config.js

@@ -38,8 +38,8 @@ export default defineConfig(({ mode, command }) => {
         // https://cn.vitejs.dev/config/#server-proxy
         '/dev-api': {
           // target: 'http://192.168.100.139:9527',
-          target: 'http://192.168.100.122:9527',
-          // target: 'https://yongc.top/prod-api', 
+          // target: 'http://192.168.100.122:9527',
+          target: 'https://yongc.top/prod-api', 
           // target: 'http://192.168.100.128:9527',
           // target: 'https://goldshulin.com/prod-api',
           changeOrigin: true,