zengh
2022-12-05 681106678492d074aa0f0e38a704ded07357317f
默认主题修改
2 files modified
8 ■■■■ changed files
src/page/index/top/top-theme.vue 4 ●●●● patch | view | raw | blame | history
vue.config.js 4 ●●●● patch | view | raw | blame | history
src/page/index/top/top-theme.vue
@@ -32,11 +32,11 @@
  data () {
    return {
      box: false,
      text: "",
      text: "默认主题",
      list: [
        {
          name: "默认主题",
          value: "default"
          value: "theme-deep-bule"
        },
        {
          name: "白色主题",
vue.config.js
@@ -37,8 +37,8 @@
    proxy: {
      '/api': {
        //本地服务接口地址
        //target: 'http://106.225.193.35:83/api/',
        target: 'http://localhost:8383/',
       target: 'http://106.225.193.35:83/api/',
        // target: 'http://localhost:8383/',
        ws: true,
        pathRewrite: {
          '^/api': '/'