3
0

2 Коммиты 3beefe5e74 ... 3dcb7ae14b

Автор SHA1 Сообщение Дата
  psguo 3dcb7ae14b "try" 5 месяцев назад
  psguo b9cd03f827 "try" 5 месяцев назад
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/App.vue
  2. 1 1
      vue.config.js

+ 1 - 1
src/App.vue

@@ -5,7 +5,7 @@
 </template>
 
 <script>
-export default  {
+export default {
   name:  'App',
     metaInfo() {
         return {

+ 1 - 1
vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://127.0.0.1:8115`,
+        target: `http://192.168.110.244:8115/large`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''