774078984@qq.com 3 ay önce
ebeveyn
işleme
051e01c5c9

+ 1 - 0
src/views/lotCard/cardList/trafficUseDialog.vue

@@ -294,6 +294,7 @@ const ICCIDPuyData = async (id) => {
 }
 
 const evChangePageCardPuy = (e) => {
+  console.log(e);
   pagination.value.current = e
   ICCIDPuyData(Card_info.value.iccid)
 }

+ 2 - 2
vite.config.js

@@ -66,8 +66,8 @@ export default defineConfig(({ command, mode }) => {
             proxy: {
                 "/api": {
                     // target:"https://sim.nanodreamtech.com",
-                    target: "http://192.168.0.78:3001",
-                    // target: process.env.VITE_DEV_TYPE == 0 ? "http://sim.ainets.net" : "https://flexi.flexistream.link",
+                    // target: "http://192.168.0.78:3001",
+                    target: process.env.VITE_DEV_TYPE == 0 ? "http://sim.ainets.net" : "https://flexi.flexistream.link",
                     changeOrigin: true,
                     ws: true,
                     secure: true,