littlegreen 2 anos atrás
pai
commit
6114127d54

+ 3 - 0
ruoyi-ui/src/router/index.js

@@ -97,16 +97,19 @@ export const constantRoutes = [
         path: 'member',
         component: () => import('@/views/certInquire/member'),
         name: 'Member',
+        meta: { title: '会员、理事、聘书查询' }
       },
       {
         path: 'train',
         component: () => import('@/views/certInquire/train'),
         name: 'Train',
+        meta: { title: '结业、学时证明查询' }
       },
       {
         path: 'profess',
         component: () => import('@/views/certInquire/profess'),
         name: 'Profess',
+        meta: { title: '专业能力证书查询' }
       }
     ]
   }

+ 4 - 2
ruoyi-ui/src/views/login.vue

@@ -80,8 +80,10 @@ export default {
     return {
       codeUrl: "",
       loginForm: {
-        username: "admin",
-        password: "admin123",
+        user:"",
+        password:"",
+        // username: "admin",
+        // password: "admin123",
         rememberMe: false,
         code: "",
         uuid: "",

+ 2 - 1
ruoyi-ui/vue.config.js

@@ -35,8 +35,9 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://localhost:8080`,
+        // target: `http://localhost:8080`,
         // target: `http://192.168.0.104:8080`,
+        target: `http://114.116.114.108:18585`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''