Commit 9dce0ee1487a8038e37baa11fe5d5ba7bab92586

Authored by 杨鑫
1 parent c9b69838

'最新问卷'

wenjuan-pc/src/router/index.js
@@ -741,10 +741,10 @@ export const mainRoutes = [ @@ -741,10 +741,10 @@ export const mainRoutes = [
741 }, 741 },
742 { 742 {
743 path: '/404', 743 path: '/404',
744 - component: () => import('@/views/investigation/index'), 744 + component: () => import('@/views/404'),
745 hidden: true 745 hidden: true
746 }, 746 },
747 - 747 +
748 // { 748 // {
749 // path: '/setup', 749 // path: '/setup',
750 // component: Layout, 750 // component: Layout,
wenjuan-pc/src/utils/request.js
@@ -10,8 +10,10 @@ import { @@ -10,8 +10,10 @@ import {
10 getToken, removeToken 10 getToken, removeToken
11 } from '@/utils/auth' 11 } from '@/utils/auth'
12 12
13 -// const baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1  
14 -const baseURL = 'http://192.168.2.225:9003' 13 +const baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1
  14 +// const baseURL = 'http://192.168.2.225:9003'
  15 +// const baseURL = 'https://jy.scjysm.asia:18086/meserver/admin-server/'
  16 +
15 // const baseURL = 'http://192.168.2.36:9003' 17 // const baseURL = 'http://192.168.2.36:9003'
16 // create an axios instance 18 // create an axios instance
17 Vue.prototype.axios = axios 19 Vue.prototype.axios = axios