Commit c0f86506 by lijiabin

fix: 修复bug修改测试地址

parent b4d63c7f
...@@ -17,15 +17,14 @@ export const app_config: { [key: string]: IConfig } = { ...@@ -17,15 +17,14 @@ export const app_config: { [key: string]: IConfig } = {
// 测试环境 暂时无测试环境部署 // 测试环境 暂时无测试环境部署
test: { test: {
// baseUrl: 'http://culture.yswg.com.cn:8089', // 线上测试机 baseUrl: 'http://47.119.149.50:3459', // 线上测试机
baseUrl: 'http://192.168.2.55:8089', // 首拥本地
loginType: 1, loginType: 1,
wxRedirect: '', wxRedirect: '',
}, },
// 开发环境 // 开发环境
development: { development: {
// baseUrl: 'http://culture.yswg.com.cn:8089', // 线上测试机 // baseUrl: 'http://47.119.149.50:3459', // 线上测试机
// baseUrl: 'http://192.168.2.168:8089', // 立鹏本地/ // baseUrl: 'http://192.168.2.168:8089', // 立鹏本地/
baseUrl: 'http://192.168.2.55:8089', // 首拥本地 baseUrl: 'http://192.168.2.55:8089', // 首拥本地
loginType: 1, loginType: 1,
......
...@@ -40,4 +40,7 @@ app.use(LuckyCanvas) ...@@ -40,4 +40,7 @@ app.use(LuckyCanvas)
app.directive('parse-comment', vParseComment) app.directive('parse-comment', vParseComment)
// 全局组件挂载 // 全局组件挂载
app.component('SvgIcon', SvgIcon) app.component('SvgIcon', SvgIcon)
app.mount('#app')
router.isReady().then(() => {
app.mount('#app')
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment