style:合并dev
Showing
11 changed files
with
169 additions
and
25 deletions
-
Please register or sign in to post a comment
{ | ||
"TITLE": "不动产登记系统", | ||
"SERVERAPI": "/bdcdj" | ||
"SERVERAPI": "/bdcdj", | ||
"ip": "http://192.168.2.38" | ||
} | ||
\ No newline at end of file | ||
... | ... |
{ | ||
"TITLE": "不动产登记系统", | ||
"SERVERAPI": "/bdcdj" | ||
"SERVERAPI": "/bdcdj", | ||
"ip": "http://192.168.2.38" | ||
} | ||
\ No newline at end of file | ||
... | ... |
{ | ||
"TITLE": "不动产登记系统", | ||
"SERVERAPI": "service-bdcdj-th" | ||
"SERVERAPI": "service-bdcdj-th", | ||
"ip": "http://192.168.2.38" | ||
} | ||
\ No newline at end of file | ||
... | ... |
/* | ||
* @Description: | ||
* @Autor: renchao | ||
* @LastEditTime: 2023-05-31 08:48:44 | ||
* @LastEditTime: 2023-05-30 15:28:52 | ||
*/ | ||
import Vue from 'vue' | ||
import App from './App' | ||
... | ... |
/* | ||
* @Description: 全局路由 | ||
* @Autor: renchao | ||
* @LastEditTime: 2023-05-16 14:09:37 | ||
* @LastEditTime: 2023-05-26 17:11:19 | ||
*/ | ||
import Vue from 'vue' | ||
import Router from 'vue-router' | ||
... | ... |