Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c463a104
authored
2023-05-30 17:18:32 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记
1 parent
b2bb3b86
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
public/configT.json
src/main.js
vue.config.js
public/configT.json
View file @
c463a10
{
"TITLE"
:
"不动产登记系统"
,
"SERVERAPI"
:
"service-
bdc
dj-th"
"SERVERAPI"
:
"service-dj-th"
}
\ No newline at end of file
...
...
src/main.js
View file @
c463a10
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-
29 15:14:35
* @LastEditTime: 2023-05-
30 17:18:14
*/
import
Vue
from
'vue'
import
App
from
'./App'
...
...
@@ -60,7 +60,7 @@ Object.keys(filters).forEach(key => {
})
Vue
.
config
.
productionTip
=
false
axios
.
get
(
"/
bdcdj/
config.json"
)
axios
.
get
(
"/config.json"
)
.
then
((
res
)
=>
{
Vue
.
prototype
.
BASE_API
=
res
.
data
localStorage
.
setItem
(
'ApiUrl'
,
JSON
.
stringify
(
res
.
data
));
...
...
vue.config.js
View file @
c463a10
...
...
@@ -18,7 +18,7 @@ module.exports = {
* Detail: https://cli.vuejs.org/config/#publicpath
*/
// 加载资源的路径
publicPath
:
'/
bdc
dj/'
,
publicPath
:
'/dj/'
,
// 设置项目打包生成的文件的存储目录,可以是静态路径也可以是相对路径
outputDir
:
'dist'
,
// 设置放置打包生成的静态资源 (js、css、img、fonts) 的目录
...
...
Please
register
or
sign in
to post a comment