Ver Fonte

bug 修复

lilei há 4 anos atrás
pai
commit
47f505398e
2 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      src/views/market/winingRecord.vue
  2. 2 2
      vue.config.js

+ 1 - 1
src/views/market/winingRecord.vue

@@ -65,7 +65,7 @@
           v-else-if="record.prizeType=='GOODS'&&record.state=='FINISH'"
           class="actionBtn icon-green"
           @click="handleView(record)" />
-        <span v-else>'--'</span>
+        <span v-else>--</span>
       </template>
     </s-table>
     <!-- 发货 -->

+ 2 - 2
vue.config.js

@@ -108,8 +108,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        // target: 'http://192.168.16.105:8301/gc-admin/',
-        target: 'https://lese.test.sxzxyj.net/gc-admin/',
+        target: 'http://192.168.16.105:8301/gc-admin/',
+        // target: 'https://lese.test.sxzxyj.net/gc-admin/',
         ws: false,
         changeOrigin: true,
         pathRewrite: {