1
This commit is contained in:
parent
78a7f9d391
commit
415b9ca9c1
@ -47,8 +47,9 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
/*每个页面公共css */
|
// /*每个页面公共css */
|
||||||
@import "@/uni_modules/uview-ui/index.scss";
|
@import "@/node_modules/uview-ui/index.scss";
|
||||||
|
|
||||||
|
|
||||||
.dis {
|
.dis {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
// 应用全局配置
|
// 应用全局配置
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// baseUrl: 'https://vue.ruoyi.vip/prod-api',
|
// baseUrl: 'https://vue.ruoyi.vip/prod-api',
|
||||||
baseUrl: 'http://192.168.0.196:8081/',
|
// baseUrl: 'http://192.168.0.196:8081/',
|
||||||
|
baseUrl: 'http://192.168.1.6:8008/',
|
||||||
// baseUrl: 'http://192.168.1.5:8002/cdJdc',
|
// baseUrl: 'http://192.168.1.5:8002/cdJdc',
|
||||||
|
|
||||||
imagesUrl: 'http://www.nuoyunr.com/lananRsc',
|
imagesUrl: 'http://www.nuoyunr.com/lananRsc',
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
import App from './App'
|
import App from './App'
|
||||||
import uView from '@/uni_modules/uview-ui'
|
import uView from "uview-ui";
|
||||||
|
Vue.use(uView);
|
||||||
import config from '@/config'
|
import config from '@/config'
|
||||||
Vue.use(uView)
|
|
||||||
import share from './utils/share.js'
|
import share from './utils/share.js'
|
||||||
Vue.mixin(share)
|
Vue.mixin(share)
|
||||||
const baseUrl = config.baseUrl
|
const baseUrl = config.baseUrl
|
||||||
|
2236
gasStation-uni/package-lock.json
generated
2236
gasStation-uni/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*
|
*
|
||||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||||
*/
|
*/
|
||||||
@import '@/uni_modules/uview-ui/theme.scss';
|
@import 'uview-ui/theme.scss';
|
||||||
/* 颜色变量 */
|
/* 颜色变量 */
|
||||||
|
|
||||||
/* 行为相关颜色 */
|
/* 行为相关颜色 */
|
||||||
|
Loading…
Reference in New Issue
Block a user