system-clients 3.2.1-25 → 3.2.1-26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/Main.vue +1 -1
package/package.json
CHANGED
package/src/components/Main.vue
CHANGED
@@ -207,7 +207,7 @@ export default {
|
|
207
207
|
getwartermakr(this);
|
208
208
|
let component = this.$login.getUrlCompileParames('component')
|
209
209
|
if (component) {
|
210
|
-
this.isManger = true
|
210
|
+
// this.isManger = true
|
211
211
|
this.$refs.route.init(component, {data: this.functions.functions})
|
212
212
|
}
|
213
213
|
if (this.$login.f.password == '1') {
|